IFLA_IPTUN_ENCAP_TYPE  471 net/ipv4/ipip.c 	if (data[IFLA_IPTUN_ENCAP_TYPE]) {
IFLA_IPTUN_ENCAP_TYPE  473 net/ipv4/ipip.c 		ipencap->type = nla_get_u16(data[IFLA_IPTUN_ENCAP_TYPE]);
IFLA_IPTUN_ENCAP_TYPE  590 net/ipv4/ipip.c 	if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE,
IFLA_IPTUN_ENCAP_TYPE  617 net/ipv4/ipip.c 	[IFLA_IPTUN_ENCAP_TYPE]		= { .type = NLA_U16 },
IFLA_IPTUN_ENCAP_TYPE 1971 net/ipv6/ip6_tunnel.c 	if (data[IFLA_IPTUN_ENCAP_TYPE]) {
IFLA_IPTUN_ENCAP_TYPE 1973 net/ipv6/ip6_tunnel.c 		ipencap->type = nla_get_u16(data[IFLA_IPTUN_ENCAP_TYPE]);
IFLA_IPTUN_ENCAP_TYPE 2122 net/ipv6/ip6_tunnel.c 	if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE, tunnel->encap.type) ||
IFLA_IPTUN_ENCAP_TYPE 2155 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_ENCAP_TYPE]		= { .type = NLA_U16 },
IFLA_IPTUN_ENCAP_TYPE 1504 net/ipv6/sit.c 	if (data[IFLA_IPTUN_ENCAP_TYPE]) {
IFLA_IPTUN_ENCAP_TYPE 1506 net/ipv6/sit.c 		ipencap->type = nla_get_u16(data[IFLA_IPTUN_ENCAP_TYPE]);
IFLA_IPTUN_ENCAP_TYPE 1728 net/ipv6/sit.c 	if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE,
IFLA_IPTUN_ENCAP_TYPE 1759 net/ipv6/sit.c 	[IFLA_IPTUN_ENCAP_TYPE]		= { .type = NLA_U16 },