Searched refs:bpf_tunnel_key (Results 1 – 8 of 8) sorted by relevance
61 struct bpf_tunnel_key key; in gre_set_tunnel()83 struct bpf_tunnel_key key; in gre_set_tunnel_no_key()104 struct bpf_tunnel_key key; in gre_get_tunnel()119 struct bpf_tunnel_key key; in ip6gretap_set_tunnel()143 struct bpf_tunnel_key key; in ip6gretap_get_tunnel()162 struct bpf_tunnel_key key; in erspan_set_tunnel()205 struct bpf_tunnel_key key; in erspan_get_tunnel()241 struct bpf_tunnel_key key; in ip4ip6erspan_set_tunnel()285 struct bpf_tunnel_key key; in ip4ip6erspan_get_tunnel()322 struct bpf_tunnel_key key; in vxlan_set_tunnel_dst()[all …]
328 struct bpf_tunnel_key tkey = {}; in process_packet()
327 struct bpf_tunnel_key tkey = {}; in process_packet()
332 struct bpf_tunnel_key tkey = {}; in process_packet()
109 struct bpf_tunnel_key tkey = {}; in _l2_to_iptun_ingress_redirect()148 struct bpf_tunnel_key tkey = {}; in _l2_to_ip6tun_ingress_redirect()
4685 u8 compat[sizeof(struct bpf_tunnel_key)]; in BPF_CALL_4()4701 case offsetof(struct bpf_tunnel_key, local_ipv6[0]): in BPF_CALL_4()4702 case offsetof(struct bpf_tunnel_key, tunnel_label): in BPF_CALL_4()4703 case offsetof(struct bpf_tunnel_key, tunnel_ext): in BPF_CALL_4()4712 to = (struct bpf_tunnel_key *)compat; in BPF_CALL_4()4741 if (unlikely(size != sizeof(struct bpf_tunnel_key))) in BPF_CALL_4()4800 u8 compat[sizeof(struct bpf_tunnel_key)]; in BPF_CALL_4()4809 case offsetof(struct bpf_tunnel_key, local_ipv6[0]): in BPF_CALL_4()4810 case offsetof(struct bpf_tunnel_key, tunnel_label): in BPF_CALL_4()4811 case offsetof(struct bpf_tunnel_key, tunnel_ext): in BPF_CALL_4()[all …]
6292 struct bpf_tunnel_key { struct