Searched refs:LWTUNNEL_IP6_TC (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dlwtunnel.h45 LWTUNNEL_IP6_TC, enumerator in enum:lwtunnel_ip6_t
/linux-master/net/ipv4/
H A Dip_tunnel_core.c934 [LWTUNNEL_IP6_TC] = { .type = NLA_U8 },
984 if (tb[LWTUNNEL_IP6_TC])
985 tun_info->key.tos = nla_get_u8(tb[LWTUNNEL_IP6_TC]);
1009 nla_put_u8(skb, LWTUNNEL_IP6_TC, tun_info->key.tos) ||
1024 + nla_total_size(1) /* LWTUNNEL_IP6_TC */

Completed in 117 milliseconds