Searched refs:bpf_ctx_range_till (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/net/core/ |
D | filter.c | 8427 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in bpf_skb_is_valid_access() 8431 case bpf_ctx_range_till(struct __sk_buff, remote_ip6[0], remote_ip6[3]): in bpf_skb_is_valid_access() 8432 case bpf_ctx_range_till(struct __sk_buff, local_ip6[0], local_ip6[3]): in bpf_skb_is_valid_access() 8433 case bpf_ctx_range_till(struct __sk_buff, remote_ip4, remote_ip4): in bpf_skb_is_valid_access() 8434 case bpf_ctx_range_till(struct __sk_buff, local_ip4, local_ip4): in bpf_skb_is_valid_access() 8486 case bpf_ctx_range_till(struct __sk_buff, family, local_port): in sk_filter_is_valid_access() 8495 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in sk_filter_is_valid_access() 8526 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in cg_skb_is_valid_access() 8556 case bpf_ctx_range_till(struct __sk_buff, family, local_port): in lwt_is_valid_access() 8568 case bpf_ctx_range_till(struct __sk_buff, cb[0], cb[4]): in lwt_is_valid_access() [all …]
|
/Linux-v6.6/include/linux/ |
D | filter.h | 529 #define bpf_ctx_range_till(TYPE, MEMBER1, MEMBER2) \ macro
|