Searched refs:BPF_WRITE (Results 1 – 4 of 4) sorted by relevance
1629 if (type == BPF_WRITE) in cgroup_dev_is_valid_access()2212 if (type == BPF_WRITE) { in sysctl_convert_ctx_access()2330 if (type == BPF_WRITE) { in cg_sockopt_is_valid_access()2397 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()2403 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()2409 if (type == BPF_WRITE) in cg_sockopt_convert_ctx_access()2417 if (type == BPF_WRITE) { in cg_sockopt_convert_ctx_access()
3540 if (type == BPF_WRITE && !(cap & BPF_MAP_CAN_WRITE)) { in check_map_access_type()3900 if (t == BPF_WRITE) in may_access_direct_pkt_data()3918 if (t == BPF_WRITE) in may_access_direct_pkt_data()4640 if (t == BPF_WRITE) in check_stack_slot_within_bounds()4742 if (t == BPF_WRITE) { in check_mem_access()4756 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()4803 if (t == BPF_WRITE && rdonly_mem) { in check_mem_access()4809 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()4824 if (t == BPF_WRITE && value_regno >= 0 && in check_mem_access()4882 if (t == BPF_WRITE && !may_access_direct_pkt_data(env, NULL, t)) { in check_mem_access()[all …]
8264 if (type == BPF_WRITE || size != sizeof(__u64)) in bpf_skb_is_valid_access()8272 if (type == BPF_WRITE || size != sizeof(__u64)) in bpf_skb_is_valid_access()8283 if (type == BPF_WRITE) { in bpf_skb_is_valid_access()8313 if (type == BPF_WRITE) { in sk_filter_is_valid_access()8342 if (type == BPF_WRITE) { in cg_skb_is_valid_access()8384 if (type == BPF_WRITE) { in lwt_is_valid_access()8606 if (type == BPF_WRITE) { in tc_cls_act_is_valid_access()8701 if (type == BPF_WRITE) { in xdp_is_valid_access()8888 if (type == BPF_WRITE) { in sock_ops_is_valid_access()8954 if (type == BPF_WRITE) { in sk_skb_is_valid_access()[all …]
612 BPF_WRITE = 2 enumerator