Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcgroup.c1641 if (type == BPF_WRITE) in cgroup_dev_is_valid_access()
2245 if (type == BPF_WRITE) { in sysctl_convert_ctx_access()
2365 if (type == BPF_WRITE) { in cg_sockopt_is_valid_access()
2439 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2445 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2451 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2459 if (type == BPF_WRITE) { in cg_sockopt_convert_ctx_access()
H A Dverifier.c5086 if (type == BPF_WRITE && !(cap & BPF_MAP_CAN_WRITE)) { in check_map_access_type()
5519 if (t == BPF_WRITE) in may_access_direct_pkt_data()
5537 if (t == BPF_WRITE) in may_access_direct_pkt_data()
6532 if (env->ops->btf_struct_access && !type_is_alloc(reg->type) && atype == BPF_WRITE) { in check_ptr_to_btf_access()
6699 if (t == BPF_WRITE || env->allow_uninit_stack) in check_stack_slot_within_bounds()
6804 if (t == BPF_WRITE) { in check_mem_access()
6818 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
6864 if (t == BPF_WRITE && rdonly_mem) { in check_mem_access()
6870 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
6885 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
[all …]
/linux/net/core/
H A Dfilter.c8613 if (type == BPF_WRITE || size != sizeof(__u64)) in bpf_skb_is_valid_access()
8621 if (type == BPF_WRITE || size != sizeof(__u64)) in bpf_skb_is_valid_access()
8632 if (type == BPF_WRITE) { in bpf_skb_is_valid_access()
8662 if (type == BPF_WRITE) { in sk_filter_is_valid_access()
8691 if (type == BPF_WRITE) { in cg_skb_is_valid_access()
8733 if (type == BPF_WRITE) { in lwt_is_valid_access()
8955 if (type == BPF_WRITE) { in tc_cls_act_is_valid_access()
9042 if (type == BPF_WRITE) { in xdp_is_valid_access()
9222 if (type == BPF_WRITE) { in sock_ops_is_valid_access()
9292 if (type == BPF_WRITE) { in sk_skb_is_valid_access()
[all …]
/linux/net/netfilter/
H A Dnf_bpf_link.c293 if (type == BPF_WRITE) in nf_is_valid_access()
/linux/include/linux/
H A Dbpf.h851 BPF_WRITE = 2 enumerator