IFLA_IPTUN_PROTO  405 net/ipv4/ipip.c 	if (!data || !data[IFLA_IPTUN_PROTO])
IFLA_IPTUN_PROTO  408 net/ipv4/ipip.c 	proto = nla_get_u8(data[IFLA_IPTUN_PROTO]);
IFLA_IPTUN_PROTO  447 net/ipv4/ipip.c 	if (data[IFLA_IPTUN_PROTO])
IFLA_IPTUN_PROTO  448 net/ipv4/ipip.c 		parms->iph.protocol = nla_get_u8(data[IFLA_IPTUN_PROTO]);
IFLA_IPTUN_PROTO  584 net/ipv4/ipip.c 	    nla_put_u8(skb, IFLA_IPTUN_PROTO, parm->iph.protocol) ||
IFLA_IPTUN_PROTO  615 net/ipv4/ipip.c 	[IFLA_IPTUN_PROTO]		= { .type = NLA_U8 },
IFLA_IPTUN_PROTO 1910 net/ipv6/ip6_tunnel.c 	if (!data || !data[IFLA_IPTUN_PROTO])
IFLA_IPTUN_PROTO 1913 net/ipv6/ip6_tunnel.c 	proto = nla_get_u8(data[IFLA_IPTUN_PROTO]);
IFLA_IPTUN_PROTO 1951 net/ipv6/ip6_tunnel.c 	if (data[IFLA_IPTUN_PROTO])
IFLA_IPTUN_PROTO 1952 net/ipv6/ip6_tunnel.c 		parms->proto = nla_get_u8(data[IFLA_IPTUN_PROTO]);
IFLA_IPTUN_PROTO 2118 net/ipv6/ip6_tunnel.c 	    nla_put_u8(skb, IFLA_IPTUN_PROTO, parm->proto) ||
IFLA_IPTUN_PROTO 2154 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_PROTO]		= { .type = NLA_U8 },
IFLA_IPTUN_PROTO 1438 net/ipv6/sit.c 	if (!data || !data[IFLA_IPTUN_PROTO])
IFLA_IPTUN_PROTO 1441 net/ipv6/sit.c 	proto = nla_get_u8(data[IFLA_IPTUN_PROTO]);
IFLA_IPTUN_PROTO 1486 net/ipv6/sit.c 	if (data[IFLA_IPTUN_PROTO])
IFLA_IPTUN_PROTO 1487 net/ipv6/sit.c 		parms->iph.protocol = nla_get_u8(data[IFLA_IPTUN_PROTO]);
IFLA_IPTUN_PROTO 1711 net/ipv6/sit.c 	    nla_put_u8(skb, IFLA_IPTUN_PROTO, parm->iph.protocol) ||
IFLA_IPTUN_PROTO 1752 net/ipv6/sit.c 	[IFLA_IPTUN_PROTO]		= { .type = NLA_U8 },