NDA_PORT          292 drivers/net/vxlan.c 	    nla_put_be16(skb, NDA_PORT, rdst->remote_port))
NDA_PORT         1075 drivers/net/vxlan.c 	if (tb[NDA_PORT]) {
NDA_PORT         1076 drivers/net/vxlan.c 		if (nla_len(tb[NDA_PORT]) != sizeof(__be16))
NDA_PORT         1078 drivers/net/vxlan.c 		*port = nla_get_be16(tb[NDA_PORT]);
NDA_PORT         1777 net/core/neighbour.c 	[NDA_PORT]		= { .type = NLA_U16 },