Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dcgroup.c1245 if (type == BPF_WRITE) in cgroup_dev_is_valid_access()
1869 if (type == BPF_WRITE) { in sysctl_convert_ctx_access()
1975 if (type == BPF_WRITE) { in cg_sockopt_is_valid_access()
2042 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2048 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2054 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2060 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
A Dverifier.c3484 if (t == BPF_WRITE) in may_access_direct_pkt_data()
3502 if (t == BPF_WRITE) in may_access_direct_pkt_data()
4226 if (t == BPF_WRITE) in check_stack_slot_within_bounds()
4328 if (t == BPF_WRITE) { in check_mem_access()
4468 if (t == BPF_WRITE) { in check_mem_access()
4487 if (t == BPF_WRITE) { in check_mem_access()
4655 bounds_check_type = BPF_WRITE; in check_stack_range_initialized()
6460 BPF_WRITE, -1, false); in check_helper_call()
12445 type = BPF_WRITE; in convert_ctx_accesses()
12451 if (type == BPF_WRITE && in convert_ctx_accesses()
[all …]
/linux/net/core/
A Dfilter.c8420 if (type == BPF_WRITE) in sk_msg_is_valid_access()
8469 if (type == BPF_WRITE) in flow_dissector_is_valid_access()
8574 if (type == BPF_WRITE) in bpf_convert_ctx_access()
8607 if (type == BPF_WRITE) in bpf_convert_ctx_access()
8670 if (type == BPF_WRITE) in bpf_convert_ctx_access()
8686 if (type == BPF_WRITE) in bpf_convert_ctx_access()
8720 if (type == BPF_WRITE) in bpf_convert_ctx_access()
8730 if (type == BPF_WRITE) in bpf_convert_ctx_access()
8853 if (type == BPF_WRITE) in bpf_convert_ctx_access()
8927 if (type == BPF_WRITE) in bpf_sock_convert_ctx_access()
[all …]
/linux/include/linux/
A Dbpf.h405 BPF_WRITE = 2 enumerator

Completed in 51 milliseconds