Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcgroup.c1227 if (type == BPF_WRITE) in cgroup_dev_is_valid_access()
1767 if (type == BPF_WRITE) { in sysctl_convert_ctx_access()
1847 if (type == BPF_WRITE) { in cg_sockopt_is_valid_access()
1914 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
1920 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
1926 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
1932 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()
H A Dverifier.c2774 if (type == BPF_WRITE && !(cap & BPF_MAP_CAN_WRITE)) { in check_map_access_type()
2933 if (t == BPF_WRITE) in may_access_direct_pkt_data()
2951 if (t == BPF_WRITE) in may_access_direct_pkt_data()
3661 if (t == BPF_WRITE) in check_stack_slot_within_bounds()
3763 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
3794 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
3807 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
3863 if (t == BPF_WRITE && !may_access_direct_pkt_data(env, NULL, t)) { in check_mem_access()
3867 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
3877 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()
[all …]
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c7536 if (type == BPF_WRITE || size != sizeof(__u64)) in bpf_skb_is_valid_access()
7542 if (type == BPF_WRITE) { in bpf_skb_is_valid_access()
7571 if (type == BPF_WRITE) { in sk_filter_is_valid_access()
7600 if (type == BPF_WRITE) { in cg_skb_is_valid_access()
7641 if (type == BPF_WRITE) { in lwt_is_valid_access()
7863 if (type == BPF_WRITE) { in tc_cls_act_is_valid_access()
7919 if (type == BPF_WRITE) { in xdp_is_valid_access()
8085 if (type == BPF_WRITE) { in sock_ops_is_valid_access()
8150 if (type == BPF_WRITE) { in sk_skb_is_valid_access()
8179 if (type == BPF_WRITE) in sk_msg_is_valid_access()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h370 BPF_WRITE = 2 enumerator