NDA_PORT
(tb[NDA_DST] || tb[NDA_VNI] || tb[NDA_IFINDEX] || tb[NDA_PORT])) {
if (tb[NDA_PORT]) {
if (nla_len(tb[NDA_PORT]) != sizeof(__be16)) {
*port = nla_get_be16(tb[NDA_PORT]);
nla_put_be16(skb, NDA_PORT, rdst->remote_port))
[NDA_PORT] = { .type = NLA_U16 },
if (tb[NDA_PORT])
desc.port = nla_get_be16(tb[NDA_PORT]);
[NDA_PORT] = { .type = NLA_U16 },