Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dcgroup.c1643 if (type == BPF_WRITE) in cgroup_dev_is_valid_access()
2244 if (type == BPF_WRITE) { in sysctl_convert_ctx_access()
2364 if (type == BPF_WRITE) { in cg_sockopt_is_valid_access()
2438 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2444 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2450 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2458 if (type == BPF_WRITE) { in cg_sockopt_convert_ctx_access()
H A Dverifier.c5473 if (t == BPF_WRITE) in may_access_direct_pkt_data()
5491 if (t == BPF_WRITE) in may_access_direct_pkt_data()
6705 if (t == BPF_WRITE) { in check_mem_access()
6765 if (t == BPF_WRITE && rdonly_mem) { in check_mem_access()
6864 if (t == BPF_WRITE) { in check_mem_access()
6888 if (t == BPF_WRITE) { in check_mem_access()
7059 bounds_check_type = BPF_WRITE; in check_stack_range_initialized()
10051 BPF_WRITE, -1, false, false); in check_helper_call()
18316 type = BPF_WRITE; in convert_ctx_accesses()
18321 if (type == BPF_WRITE && in convert_ctx_accesses()
[all …]
/openbmc/linux/net/netfilter/
H A Dnf_bpf_link.c293 if (type == BPF_WRITE) in nf_is_valid_access()
/openbmc/linux/net/core/
H A Dfilter.c9248 if (type == BPF_WRITE) in sk_msg_is_valid_access()
9297 if (type == BPF_WRITE) in flow_dissector_is_valid_access()
9493 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9526 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9592 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9607 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9640 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9650 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9773 if (type == BPF_WRITE) in bpf_convert_ctx_access()
9843 if (type == BPF_WRITE) in bpf_sock_convert_ctx_access()
[all …]
/openbmc/linux/include/linux/
H A Dbpf.h831 BPF_WRITE = 2 enumerator