IFLA_IPTUN_TOS    444 net/ipv4/ipip.c 	if (data[IFLA_IPTUN_TOS])
IFLA_IPTUN_TOS    445 net/ipv4/ipip.c 		parms->iph.tos = nla_get_u8(data[IFLA_IPTUN_TOS]);
IFLA_IPTUN_TOS    583 net/ipv4/ipip.c 	    nla_put_u8(skb, IFLA_IPTUN_TOS, parm->iph.tos) ||
IFLA_IPTUN_TOS    614 net/ipv4/ipip.c 	[IFLA_IPTUN_TOS]		= { .type = NLA_U8 },
IFLA_IPTUN_TOS   1477 net/ipv6/sit.c 	if (data[IFLA_IPTUN_TOS])
IFLA_IPTUN_TOS   1478 net/ipv6/sit.c 		parms->iph.tos = nla_get_u8(data[IFLA_IPTUN_TOS]);
IFLA_IPTUN_TOS   1708 net/ipv6/sit.c 	    nla_put_u8(skb, IFLA_IPTUN_TOS, parm->iph.tos) ||
IFLA_IPTUN_TOS   1749 net/ipv6/sit.c 	[IFLA_IPTUN_TOS]		= { .type = NLA_U8 },