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