IFLA_GRE_ENCAP_DPORT 1225 net/ipv4/ip_gre.c 	if (data[IFLA_GRE_ENCAP_DPORT]) {
IFLA_GRE_ENCAP_DPORT 1227 net/ipv4/ip_gre.c 		ipencap->dport = nla_get_be16(data[IFLA_GRE_ENCAP_DPORT]);
IFLA_GRE_ENCAP_DPORT 1493 net/ipv4/ip_gre.c 	    nla_put_be16(skb, IFLA_GRE_ENCAP_DPORT,
IFLA_GRE_ENCAP_DPORT 1540 net/ipv4/ip_gre.c 	[IFLA_GRE_ENCAP_DPORT]	= { .type = NLA_U16 },
IFLA_GRE_ENCAP_DPORT 1926 net/ipv6/ip6_gre.c 	if (data[IFLA_GRE_ENCAP_DPORT]) {
IFLA_GRE_ENCAP_DPORT 1928 net/ipv6/ip6_gre.c 		ipencap->dport = nla_get_be16(data[IFLA_GRE_ENCAP_DPORT]);
IFLA_GRE_ENCAP_DPORT 2148 net/ipv6/ip6_gre.c 	    nla_put_be16(skb, IFLA_GRE_ENCAP_DPORT,
IFLA_GRE_ENCAP_DPORT 2180 net/ipv6/ip6_gre.c 	[IFLA_GRE_ENCAP_DPORT]  = { .type = NLA_U16 },