Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dlwtunnel.h45 LWTUNNEL_IP6_TC, enumerator
/linux/net/ipv4/
H A Dip_tunnel_core.c944 [LWTUNNEL_IP6_TC] = { .type = NLA_U8 },
994 if (tb[LWTUNNEL_IP6_TC]) in ip6_tun_build_state()
995 tun_info->key.tos = nla_get_u8(tb[LWTUNNEL_IP6_TC]); in ip6_tun_build_state()
1026 nla_put_u8(skb, LWTUNNEL_IP6_TC, tun_info->key.tos) || in ip6_tun_fill_encap_info()
1042 + nla_total_size(1) /* LWTUNNEL_IP6_TC */ in ip6_tun_encap_nlsize()