Searched refs:NDA_PORT (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dneighbour.h25 NDA_PORT, enumerator in enum:__anon4429
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c215 nla_put_be16(skb, NDA_PORT, rdst->remote_port))
251 + nla_total_size(sizeof(__be16)) /* NDA_PORT */
1164 (tb[NDA_DST] || tb[NDA_VNI] || tb[NDA_IFINDEX] || tb[NDA_PORT])) {
1189 if (tb[NDA_PORT]) {
1190 if (nla_len(tb[NDA_PORT]) != sizeof(__be16)) {
1194 *port = nla_get_be16(tb[NDA_PORT]);
3062 [NDA_PORT] = { .type = NLA_U16 },
3118 if (tb[NDA_PORT])
3119 desc.port = nla_get_be16(tb[NDA_PORT]);
/linux-master/net/core/
H A Dneighbour.c1884 [NDA_PORT] = { .type = NLA_U16 },

Completed in 128 milliseconds