Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dlwtunnel.h30 LWTUNNEL_IP_TOS, enumerator
/linux/net/ipv4/
H A Dip_tunnel_core.c439 [LWTUNNEL_IP_TOS] = { .type = NLA_U8 },
706 if (tb[LWTUNNEL_IP_TOS]) in ip_tun_build_state()
707 tun_info->key.tos = nla_get_u8(tb[LWTUNNEL_IP_TOS]); in ip_tun_build_state()
854 nla_put_u8(skb, LWTUNNEL_IP_TOS, tun_info->key.tos) || in ip_tun_fill_encap_info()