Searched refs:bpf_ctx_range_ptr (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/bpf/ |
H A D | cgroup.c | 2580 case bpf_ctx_range_ptr(struct bpf_sockopt, sk): in cg_sockopt_is_valid_access() 2585 case bpf_ctx_range_ptr(struct bpf_sockopt, optval): in cg_sockopt_is_valid_access() 2590 case bpf_ctx_range_ptr(struct bpf_sockopt, optval_end): in cg_sockopt_is_valid_access()
|
/linux/include/linux/ |
H A D | filter.h | 634 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ macro 637 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ macro
|
/linux/net/core/ |
H A D | filter.c | 8692 case bpf_ctx_range_ptr(struct __sk_buff, flow_keys): in bpf_skb_is_valid_access() 8702 case bpf_ctx_range_ptr(struct __sk_buff, sk): in bpf_skb_is_valid_access() 9280 case bpf_ctx_range_ptr(struct bpf_sock_addr, sk): in sock_addr_is_valid_access() 9330 case bpf_ctx_range_ptr(struct bpf_sock_ops, sk): in sock_ops_is_valid_access() 9335 case bpf_ctx_range_ptr(struct bpf_sock_ops, skb_data): in sock_ops_is_valid_access() 9340 case bpf_ctx_range_ptr(struct bpf_sock_ops, skb_data_end): in sock_ops_is_valid_access() 9419 case bpf_ctx_range_ptr(struct sk_msg_md, data): in sk_msg_is_valid_access() 9424 case bpf_ctx_range_ptr(struct sk_msg_md, data_end): in sk_msg_is_valid_access() 9429 case bpf_ctx_range_ptr(struct sk_msg_md, sk): in sk_msg_is_valid_access() 9478 case bpf_ctx_range_ptr(struct __sk_buff, flow_keys): in flow_dissector_is_valid_access() [all …]
|