Searched refs:tun_id (Results 1 – 4 of 4) sorted by relevance
40 __be64 tun_id; member174 __be64 tun_id, __be16 tun_flags) in ip_tunnel_key_init() argument176 key->tun_id = tun_id; in ip_tunnel_key_init()229 static inline __be32 tunnel_id_to_key32(__be64 tun_id) in tunnel_id_to_key32() argument232 return (__force __be32)tun_id; in tunnel_id_to_key32()234 return (__force __be32)((__force u64)tun_id >> 32); in tunnel_id_to_key32()
26 __be64 tun_id; member113 fl4->flowi4_tun_key.tun_id = 0; in flowi4_init_output()
32 __be64 tun_id; member
191 info->key.tun_id = tunnel_id; in __ipv6_tun_set_dst()