Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dcgroup.c1209 if (type == BPF_WRITE) in cgroup_dev_is_valid_access()
1831 if (type == BPF_WRITE) { in sysctl_convert_ctx_access()
1937 if (type == BPF_WRITE) { in cg_sockopt_is_valid_access()
2004 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2010 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2016 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
2022 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
Dverifier.c3138 if (type == BPF_WRITE && !(cap & BPF_MAP_CAN_WRITE)) { in check_map_access_type()
3310 if (t == BPF_WRITE) in may_access_direct_pkt_data()
3328 if (t == BPF_WRITE) in may_access_direct_pkt_data()
4037 if (t == BPF_WRITE) in check_stack_slot_within_bounds()
4139 if (t == BPF_WRITE) { in check_mem_access()
4151 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
4182 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
4196 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
4254 if (t == BPF_WRITE && !may_access_direct_pkt_data(env, NULL, t)) { in check_mem_access()
4258 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
[all …]
/Linux-v5.15/net/core/
Dfilter.c7773 if (type == BPF_WRITE || size != sizeof(__u64)) in bpf_skb_is_valid_access()
7779 if (type == BPF_WRITE) { in bpf_skb_is_valid_access()
7808 if (type == BPF_WRITE) { in sk_filter_is_valid_access()
7837 if (type == BPF_WRITE) { in cg_skb_is_valid_access()
7878 if (type == BPF_WRITE) { in lwt_is_valid_access()
8092 if (type == BPF_WRITE) { in tc_cls_act_is_valid_access()
8148 if (type == BPF_WRITE) { in xdp_is_valid_access()
8314 if (type == BPF_WRITE) { in sock_ops_is_valid_access()
8379 if (type == BPF_WRITE) { in sk_skb_is_valid_access()
8408 if (type == BPF_WRITE) in sk_msg_is_valid_access()
[all …]
/Linux-v5.15/include/linux/
Dbpf.h402 BPF_WRITE = 2 enumerator