Searched refs:bpf_ctx_range_till (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/net/core/ |
D | filter.c | 7497 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in bpf_skb_is_valid_access() 7501 case bpf_ctx_range_till(struct __sk_buff, remote_ip6[0], remote_ip6[3]): in bpf_skb_is_valid_access() 7502 case bpf_ctx_range_till(struct __sk_buff, local_ip6[0], local_ip6[3]): in bpf_skb_is_valid_access() 7503 case bpf_ctx_range_till(struct __sk_buff, remote_ip4, remote_ip4): in bpf_skb_is_valid_access() 7504 case bpf_ctx_range_till(struct __sk_buff, local_ip4, local_ip4): in bpf_skb_is_valid_access() 7547 case bpf_ctx_range_till(struct __sk_buff, family, local_port): in sk_filter_is_valid_access() 7555 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in sk_filter_is_valid_access() 7586 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in cg_skb_is_valid_access() 7616 case bpf_ctx_range_till(struct __sk_buff, family, local_port): in lwt_is_valid_access() 7627 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in lwt_is_valid_access() [all …]
|
/Linux-v5.10/include/linux/ |
D | filter.h | 489 #define bpf_ctx_range_till(TYPE, MEMBER1, MEMBER2) \ macro
|