Searched refs:LWTUNNEL_IP6_TC (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 171 milliseconds