Searched refs:bpf_ctx_range_ptr (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 2575 case bpf_ctx_range_ptr(struct bpf_sockopt, sk): in cg_sockopt_is_valid_access() 2580 case bpf_ctx_range_ptr(struct bpf_sockopt, optval): in cg_sockopt_is_valid_access() 2585 case bpf_ctx_range_ptr(struct bpf_sockopt, optval_end): in cg_sockopt_is_valid_access()
|
| /linux/include/linux/ |
| H A D | filter.h | 636 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ macro 639 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ macro
|
| /linux/net/core/ |
| H A D | filter.c | 8846 case bpf_ctx_range_ptr(struct __sk_buff, flow_keys): in bpf_skb_is_valid_access() 8856 case bpf_ctx_range_ptr(struct __sk_buff, sk): in bpf_skb_is_valid_access() 9434 case bpf_ctx_range_ptr(struct bpf_sock_addr, sk): in sock_addr_is_valid_access() 9488 case bpf_ctx_range_ptr(struct bpf_sock_ops, sk): in sock_ops_is_valid_access() 9493 case bpf_ctx_range_ptr(struct bpf_sock_ops, skb_data): in sock_ops_is_valid_access() 9498 case bpf_ctx_range_ptr(struct bpf_sock_ops, skb_data_end): in sock_ops_is_valid_access() 9577 case bpf_ctx_range_ptr(struct sk_msg_md, data): in sk_msg_is_valid_access() 9582 case bpf_ctx_range_ptr(struct sk_msg_md, data_end): in sk_msg_is_valid_access() 9587 case bpf_ctx_range_ptr(struct sk_msg_md, sk): in sk_msg_is_valid_access() 9636 case bpf_ctx_range_ptr(struct __sk_buff, flow_keys): in flow_dissector_is_valid_access() [all …]
|