Searched refs:bpf_tunnel_key (Results 1 – 1 of 1) sorted by relevance
/net/core/ |
D | filter.c | 4229 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() argument 4233 u8 compat[sizeof(struct bpf_tunnel_key)]; in BPF_CALL_4() 4245 if (unlikely(size != sizeof(struct bpf_tunnel_key))) { in BPF_CALL_4() 4248 case offsetof(struct bpf_tunnel_key, tunnel_label): in BPF_CALL_4() 4249 case offsetof(struct bpf_tunnel_key, tunnel_ext): in BPF_CALL_4() 4251 case offsetof(struct bpf_tunnel_key, remote_ipv6[1]): in BPF_CALL_4() 4258 to = (struct bpf_tunnel_key *)compat; in BPF_CALL_4() 4280 if (unlikely(size != sizeof(struct bpf_tunnel_key))) in BPF_CALL_4() 4336 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4() argument 4339 u8 compat[sizeof(struct bpf_tunnel_key)]; in BPF_CALL_4() [all …]
|