Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip_tunnels.h57 struct ip_tunnel_key { struct
58 __be64 tun_id;
59 union {
68 } u;
70 __be32 label; /* Flow Label for IPv6 */
71 u32 nhid;
72 u8 tos; /* TOS for IPv4, TC for IPv6 */
73 u8 ttl; /* TTL for IPv4, HL for IPv6 */
74 __be16 tp_src;
75 __be16 tp_dst;
[all …]