IFLA_GRE_ENCAP_SPORT 1220 net/ipv4/ip_gre.c 	if (data[IFLA_GRE_ENCAP_SPORT]) {
IFLA_GRE_ENCAP_SPORT 1222 net/ipv4/ip_gre.c 		ipencap->sport = nla_get_be16(data[IFLA_GRE_ENCAP_SPORT]);
IFLA_GRE_ENCAP_SPORT 1491 net/ipv4/ip_gre.c 	    nla_put_be16(skb, IFLA_GRE_ENCAP_SPORT,
IFLA_GRE_ENCAP_SPORT 1539 net/ipv4/ip_gre.c 	[IFLA_GRE_ENCAP_SPORT]	= { .type = NLA_U16 },
IFLA_GRE_ENCAP_SPORT 1921 net/ipv6/ip6_gre.c 	if (data[IFLA_GRE_ENCAP_SPORT]) {
IFLA_GRE_ENCAP_SPORT 1923 net/ipv6/ip6_gre.c 		ipencap->sport = nla_get_be16(data[IFLA_GRE_ENCAP_SPORT]);
IFLA_GRE_ENCAP_SPORT 2146 net/ipv6/ip6_gre.c 	    nla_put_be16(skb, IFLA_GRE_ENCAP_SPORT,
IFLA_GRE_ENCAP_SPORT 2179 net/ipv6/ip6_gre.c 	[IFLA_GRE_ENCAP_SPORT]  = { .type = NLA_U16 },