Searched refs:bpf_ctx_range_till (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/core/ |
D | filter.c | 5205 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in bpf_skb_is_valid_access() 5209 case bpf_ctx_range_till(struct __sk_buff, remote_ip6[0], remote_ip6[3]): in bpf_skb_is_valid_access() 5210 case bpf_ctx_range_till(struct __sk_buff, local_ip6[0], local_ip6[3]): in bpf_skb_is_valid_access() 5211 case bpf_ctx_range_till(struct __sk_buff, remote_ip4, remote_ip4): in bpf_skb_is_valid_access() 5212 case bpf_ctx_range_till(struct __sk_buff, local_ip4, local_ip4): in bpf_skb_is_valid_access() 5244 case bpf_ctx_range_till(struct __sk_buff, family, local_port): in sk_filter_is_valid_access() 5250 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in sk_filter_is_valid_access() 5267 case bpf_ctx_range_till(struct __sk_buff, family, local_port): in lwt_is_valid_access() 5276 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in lwt_is_valid_access() 5317 case bpf_ctx_range_till(struct bpf_sock, src_ip6[0], src_ip6[3]): in __sock_filter_check_attach_type() [all …]
|
/Linux-v4.19/include/linux/ |
D | filter.h | 450 #define bpf_ctx_range_till(TYPE, MEMBER1, MEMBER2) \ macro
|