Home
last modified time | relevance | path

Searched refs:bpf_tunnel_key (Results 1 – 1 of 1) sorted by relevance

/net/core/
Dfilter.c4220 BPF_CALL_4(bpf_skb_get_tunnel_key, struct sk_buff *, skb, struct bpf_tunnel_key *, to, in BPF_CALL_4() argument
4224 u8 compat[sizeof(struct bpf_tunnel_key)]; in BPF_CALL_4()
4236 if (unlikely(size != sizeof(struct bpf_tunnel_key))) { in BPF_CALL_4()
4239 case offsetof(struct bpf_tunnel_key, tunnel_label): in BPF_CALL_4()
4240 case offsetof(struct bpf_tunnel_key, tunnel_ext): in BPF_CALL_4()
4242 case offsetof(struct bpf_tunnel_key, remote_ipv6[1]): in BPF_CALL_4()
4249 to = (struct bpf_tunnel_key *)compat; in BPF_CALL_4()
4271 if (unlikely(size != sizeof(struct bpf_tunnel_key))) in BPF_CALL_4()
4327 const struct bpf_tunnel_key *, from, u32, size, u64, flags) in BPF_CALL_4() argument
4330 u8 compat[sizeof(struct bpf_tunnel_key)]; in BPF_CALL_4()
[all …]