Home
last modified time | relevance | path

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

/include/net/
Dip_tunnels.h40 __be64 tun_id; member
174 __be64 tun_id, __be16 tun_flags) in ip_tunnel_key_init() argument
176 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() argument
232 return (__force __be32)tun_id; in tunnel_id_to_key32()
234 return (__force __be32)((__force u64)tun_id >> 32); in tunnel_id_to_key32()
Dflow.h26 __be64 tun_id; member
113 fl4->flowi4_tun_key.tun_id = 0; in flowi4_init_output()
Dfib_rules.h32 __be64 tun_id; member
Ddst_metadata.h191 info->key.tun_id = tunnel_id; in __ipv6_tun_set_dst()