Searched refs:bpf_ctx_range_till (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/net/core/ |
D | filter.c | 7752 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in bpf_skb_is_valid_access() 7756 case bpf_ctx_range_till(struct __sk_buff, remote_ip6[0], remote_ip6[3]): in bpf_skb_is_valid_access() 7757 case bpf_ctx_range_till(struct __sk_buff, local_ip6[0], local_ip6[3]): in bpf_skb_is_valid_access() 7758 case bpf_ctx_range_till(struct __sk_buff, remote_ip4, remote_ip4): in bpf_skb_is_valid_access() 7759 case bpf_ctx_range_till(struct __sk_buff, local_ip4, local_ip4): in bpf_skb_is_valid_access() 7802 case bpf_ctx_range_till(struct __sk_buff, family, local_port): in sk_filter_is_valid_access() 7810 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in sk_filter_is_valid_access() 7841 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in cg_skb_is_valid_access() 7871 case bpf_ctx_range_till(struct __sk_buff, family, local_port): in lwt_is_valid_access() 7882 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in lwt_is_valid_access() [all …]
|
/Linux-v5.15/include/linux/ |
D | filter.h | 520 #define bpf_ctx_range_till(TYPE, MEMBER1, MEMBER2) \ macro
|