Searched refs:bpf_ctx_range_ptr (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 2639 case bpf_ctx_range_ptr(struct bpf_sockopt, sk): in cg_sockopt_is_valid_access() 2644 case bpf_ctx_range_ptr(struct bpf_sockopt, optval): in cg_sockopt_is_valid_access() 2649 case bpf_ctx_range_ptr(struct bpf_sockopt, optval_end): in cg_sockopt_is_valid_access()
|
| /linux/include/linux/ |
| H A D | filter.h | 693 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ macro 696 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ macro
|
| /linux/net/core/ |
| H A D | filter.c | 9092 case bpf_ctx_range_ptr(struct __sk_buff, flow_keys): in bpf_skb_is_valid_access() 9102 case bpf_ctx_range_ptr(struct __sk_buff, sk): in bpf_skb_is_valid_access() 9680 case bpf_ctx_range_ptr(struct bpf_sock_addr, sk): in sock_addr_is_valid_access() 9734 case bpf_ctx_range_ptr(struct bpf_sock_ops, sk): in sock_ops_is_valid_access() 9739 case bpf_ctx_range_ptr(struct bpf_sock_ops, skb_data): in sock_ops_is_valid_access() 9744 case bpf_ctx_range_ptr(struct bpf_sock_ops, skb_data_end): in sock_ops_is_valid_access() 9823 case bpf_ctx_range_ptr(struct sk_msg_md, data): in sk_msg_is_valid_access() 9828 case bpf_ctx_range_ptr(struct sk_msg_md, data_end): in sk_msg_is_valid_access() 9833 case bpf_ctx_range_ptr(struct sk_msg_md, sk): in sk_msg_is_valid_access() 9882 case bpf_ctx_range_ptr(struct __sk_buff, flow_keys): in flow_dissector_is_valid_access() [all …]
|