Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dip_tunnels.h27 #define IP_TUNNEL_KEY_SIZE offsetofend(struct ip_tunnel_key, tp_dst)
30 #define IP_TUNNEL_KEY_IPV4_PAD offsetofend(struct ip_tunnel_key, u.ipv4.dst)
32 (FIELD_SIZEOF(struct ip_tunnel_key, u) - \
33 FIELD_SIZEOF(struct ip_tunnel_key, u.ipv4))
35 struct ip_tunnel_key { struct
59 struct ip_tunnel_key key; argument
182 static inline void ip_tunnel_key_init(struct ip_tunnel_key *key, in ip_tunnel_key_init()
/linux-4.4.14/net/openvswitch/
Dvport.h202 const struct ip_tunnel_key *key, in ovs_tunnel_route_lookup()
Dflow.h60 struct ip_tunnel_key tun_key; /* Encapsulating tunnel key. */
Dflow_netlink.c718 const struct ip_tunnel_key *output, in __ip_tun_to_nlattr()
781 const struct ip_tunnel_key *output, in ip_tun_to_nlattr()
/linux-4.4.14/net/ipv4/
Dip_gre.c509 const struct ip_tunnel_key *key) in gre_get_rt()
526 const struct ip_tunnel_key *key; in gre_fb_xmit()
/linux-4.4.14/drivers/net/
Dgeneve.c848 const struct ip_tunnel_key *key = &info->key; in geneve_xmit_skb()
933 const struct ip_tunnel_key *key = &info->key; in geneve6_xmit_skb()