Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dneighbour.h25 NDA_PORT, enumerator
/Linux-v5.4/drivers/net/
Dvxlan.c292 nla_put_be16(skb, NDA_PORT, rdst->remote_port)) in vxlan_fdb_info()
1075 if (tb[NDA_PORT]) { in vxlan_fdb_parse()
1076 if (nla_len(tb[NDA_PORT]) != sizeof(__be16)) in vxlan_fdb_parse()
1078 *port = nla_get_be16(tb[NDA_PORT]); in vxlan_fdb_parse()
/Linux-v5.4/net/core/
Dneighbour.c1780 [NDA_PORT] = { .type = NLA_U16 },