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 | 637 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ macro 640 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ macro
|
| /linux/net/core/ |
| H A D | filter.c | 8814 case bpf_ctx_range_ptr(struct __sk_buff, flow_keys): in bpf_skb_is_valid_access() 8824 case bpf_ctx_range_ptr(struct __sk_buff, sk): in bpf_skb_is_valid_access() 9402 case bpf_ctx_range_ptr(struct bpf_sock_addr, sk): in sock_addr_is_valid_access() 9456 case bpf_ctx_range_ptr(struct bpf_sock_ops, sk): in sock_ops_is_valid_access() 9461 case bpf_ctx_range_ptr(struct bpf_sock_ops, skb_data): in sock_ops_is_valid_access() 9466 case bpf_ctx_range_ptr(struct bpf_sock_ops, skb_data_end): in sock_ops_is_valid_access() 9545 case bpf_ctx_range_ptr(struct sk_msg_md, data): in sk_msg_is_valid_access() 9550 case bpf_ctx_range_ptr(struct sk_msg_md, data_end): in sk_msg_is_valid_access() 9555 case bpf_ctx_range_ptr(struct sk_msg_md, sk): in sk_msg_is_valid_access() 9604 case bpf_ctx_range_ptr(struct __sk_buff, flow_keys): in flow_dissector_is_valid_access() [all …]
|