Home
last modified time | relevance | path

Searched refs:BPF_WRITE (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/kernel/bpf/
A Dcgroup.c1629 if (type == BPF_WRITE) in cgroup_dev_is_valid_access()
2212 if (type == BPF_WRITE) { in sysctl_convert_ctx_access()
2330 if (type == BPF_WRITE) { in cg_sockopt_is_valid_access()
2397 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2403 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2409 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2417 if (type == BPF_WRITE) { in cg_sockopt_convert_ctx_access()
A Dverifier.c4377 if (t == BPF_WRITE) in may_access_direct_pkt_data()
4395 if (t == BPF_WRITE) in may_access_direct_pkt_data()
5219 if (t == BPF_WRITE) in check_stack_slot_within_bounds()
5321 if (t == BPF_WRITE) { in check_mem_access()
5485 if (t == BPF_WRITE) { in check_mem_access()
5509 if (t == BPF_WRITE) { in check_mem_access()
5676 bounds_check_type = BPF_WRITE; in check_stack_range_initialized()
8218 BPF_WRITE, -1, false); in check_helper_call()
15849 type = BPF_WRITE; in convert_ctx_accesses()
15855 if (type == BPF_WRITE && in convert_ctx_accesses()
[all …]
/linux-6.3-rc2/net/core/
A Dfilter.c9059 if (type == BPF_WRITE) in sk_msg_is_valid_access()
9108 if (type == BPF_WRITE) in flow_dissector_is_valid_access()
9300 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9333 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9394 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9410 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9444 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9454 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9577 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9647 if (type == BPF_WRITE) in bpf_sock_convert_ctx_access()
[all …]
/linux-6.3-rc2/include/linux/
A Dbpf.h762 BPF_WRITE = 2 enumerator

Completed in 62 milliseconds