Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dcgroup.c1630 if (type == BPF_WRITE) in cgroup_dev_is_valid_access()
2231 if (type == BPF_WRITE) { in sysctl_convert_ctx_access()
2351 if (type == BPF_WRITE) { in cg_sockopt_is_valid_access()
2425 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2431 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2437 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2445 if (type == BPF_WRITE) { in cg_sockopt_convert_ctx_access()
Dverifier.c4841 if (type == BPF_WRITE && !(cap & BPF_MAP_CAN_WRITE)) { in check_map_access_type()
5227 if (t == BPF_WRITE) in may_access_direct_pkt_data()
5245 if (t == BPF_WRITE) in may_access_direct_pkt_data()
6193 if (env->ops->btf_struct_access && !type_is_alloc(reg->type) && atype == BPF_WRITE) { in check_ptr_to_btf_access()
6357 if (t == BPF_WRITE) in check_stack_slot_within_bounds()
6459 if (t == BPF_WRITE) { in check_mem_access()
6473 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
6519 if (t == BPF_WRITE && rdonly_mem) { in check_mem_access()
6525 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
6540 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
[all …]
/Linux-v6.6/net/core/
Dfilter.c8444 if (type == BPF_WRITE || size != sizeof(__u64)) in bpf_skb_is_valid_access()
8452 if (type == BPF_WRITE || size != sizeof(__u64)) in bpf_skb_is_valid_access()
8463 if (type == BPF_WRITE) { in bpf_skb_is_valid_access()
8493 if (type == BPF_WRITE) { in sk_filter_is_valid_access()
8522 if (type == BPF_WRITE) { in cg_skb_is_valid_access()
8564 if (type == BPF_WRITE) { in lwt_is_valid_access()
8786 if (type == BPF_WRITE) { in tc_cls_act_is_valid_access()
8873 if (type == BPF_WRITE) { in xdp_is_valid_access()
9053 if (type == BPF_WRITE) { in sock_ops_is_valid_access()
9123 if (type == BPF_WRITE) { in sk_skb_is_valid_access()
[all …]
/Linux-v6.6/net/netfilter/
Dnf_bpf_link.c293 if (type == BPF_WRITE) in nf_is_valid_access()
/Linux-v6.6/include/linux/
Dbpf.h820 BPF_WRITE = 2 enumerator