Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dneighbour.h25 NDA_PORT, enumerator
/Linux-v4.19/drivers/net/
Dvxlan.c315 nla_put_be16(skb, NDA_PORT, rdst->remote_port)) in vxlan_fdb_info()
832 if (tb[NDA_PORT]) { in vxlan_fdb_parse()
833 if (nla_len(tb[NDA_PORT]) != sizeof(__be16)) in vxlan_fdb_parse()
835 *port = nla_get_be16(tb[NDA_PORT]); in vxlan_fdb_parse()