IFLA_GRE_ENCAP_SPORT
if (data[IFLA_GRE_ENCAP_SPORT]) {
ipencap->sport = nla_get_be16(data[IFLA_GRE_ENCAP_SPORT]);
nla_put_be16(skb, IFLA_GRE_ENCAP_SPORT,
[IFLA_GRE_ENCAP_SPORT] = { .type = NLA_U16 },
if (data[IFLA_GRE_ENCAP_SPORT]) {
ipencap->sport = nla_get_be16(data[IFLA_GRE_ENCAP_SPORT]);
nla_put_be16(skb, IFLA_GRE_ENCAP_SPORT,
[IFLA_GRE_ENCAP_SPORT] = { .type = NLA_U16 },