Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dcgroup.c1675 if (type == BPF_WRITE) in cgroup_dev_is_valid_access()
2279 if (type == BPF_WRITE) { in sysctl_convert_ctx_access()
2399 if (type == BPF_WRITE) { in cg_sockopt_is_valid_access()
2473 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2479 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2485 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2493 if (type == BPF_WRITE) { in cg_sockopt_convert_ctx_access()
H A Dverifier.c6040 if (t == BPF_WRITE) in may_access_direct_pkt_data()
6058 if (t == BPF_WRITE) in may_access_direct_pkt_data()
7431 if (t == BPF_WRITE) { in check_mem_access()
7600 if (t == BPF_WRITE) { in check_mem_access()
7624 if (t == BPF_WRITE) { in check_mem_access()
7913 if (type == BPF_WRITE) in check_stack_range_initialized()
9742 BPF_WRITE : BPF_READ, in check_func_arg()
9748 BPF_WRITE : BPF_READ, in check_func_arg()
20843 type = BPF_WRITE; in convert_ctx_accesses()
20875 if (type == BPF_WRITE && in convert_ctx_accesses()
[all …]
/linux-6.15/net/core/
H A Dfilter.c9409 if (type == BPF_WRITE) in sk_msg_is_valid_access()
9458 if (type == BPF_WRITE) in flow_dissector_is_valid_access()
9656 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9689 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9755 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9770 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9803 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9813 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9936 if (type == BPF_WRITE) in bpf_convert_ctx_access()
10006 if (type == BPF_WRITE) in bpf_sock_convert_ctx_access()
[all …]
/linux-6.15/net/netfilter/
H A Dnf_bpf_link.c298 if (type == BPF_WRITE) in nf_is_valid_access()
/linux-6.15/include/linux/
H A Dbpf.h904 BPF_WRITE = 2 enumerator