IFLA_IPTUN_ENCAP_SPORT  481 net/ipv4/ipip.c 	if (data[IFLA_IPTUN_ENCAP_SPORT]) {
IFLA_IPTUN_ENCAP_SPORT  483 net/ipv4/ipip.c 		ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]);
IFLA_IPTUN_ENCAP_SPORT  592 net/ipv4/ipip.c 	    nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT,
IFLA_IPTUN_ENCAP_SPORT  619 net/ipv4/ipip.c 	[IFLA_IPTUN_ENCAP_SPORT]	= { .type = NLA_U16 },
IFLA_IPTUN_ENCAP_SPORT 1981 net/ipv6/ip6_tunnel.c 	if (data[IFLA_IPTUN_ENCAP_SPORT]) {
IFLA_IPTUN_ENCAP_SPORT 1983 net/ipv6/ip6_tunnel.c 		ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]);
IFLA_IPTUN_ENCAP_SPORT 2123 net/ipv6/ip6_tunnel.c 	    nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, tunnel->encap.sport) ||
IFLA_IPTUN_ENCAP_SPORT 2157 net/ipv6/ip6_tunnel.c 	[IFLA_IPTUN_ENCAP_SPORT]	= { .type = NLA_U16 },
IFLA_IPTUN_ENCAP_SPORT 1514 net/ipv6/sit.c 	if (data[IFLA_IPTUN_ENCAP_SPORT]) {
IFLA_IPTUN_ENCAP_SPORT 1516 net/ipv6/sit.c 		ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]);
IFLA_IPTUN_ENCAP_SPORT 1730 net/ipv6/sit.c 	    nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT,
IFLA_IPTUN_ENCAP_SPORT 1761 net/ipv6/sit.c 	[IFLA_IPTUN_ENCAP_SPORT]	= { .type = NLA_U16 },