Searched refs:ip_tunnel_key (Results 1 – 1 of 1) sorted by relevance
31 #define IP_TUNNEL_KEY_SIZE offsetofend(struct ip_tunnel_key, tp_dst)34 #define IP_TUNNEL_KEY_IPV4_PAD offsetofend(struct ip_tunnel_key, u.ipv4.dst)36 (sizeof_field(struct ip_tunnel_key, u) - \37 sizeof_field(struct ip_tunnel_key, u.ipv4))39 struct ip_tunnel_key { struct70 struct ip_tunnel_key key; argument170 static inline void ip_tunnel_key_init(struct ip_tunnel_key *key, in ip_tunnel_key_init()