Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dneighbour.h25 NDA_PORT, enumerator
/linux-6.3-rc2/drivers/net/vxlan/
A Dvxlan_core.c262 nla_put_be16(skb, NDA_PORT, rdst->remote_port)) in vxlan_fdb_info()
1136 (tb[NDA_DST] || tb[NDA_VNI] || tb[NDA_IFINDEX] || tb[NDA_PORT])) { in vxlan_fdb_parse()
1161 if (tb[NDA_PORT]) { in vxlan_fdb_parse()
1162 if (nla_len(tb[NDA_PORT]) != sizeof(__be16)) { in vxlan_fdb_parse()
1166 *port = nla_get_be16(tb[NDA_PORT]); in vxlan_fdb_parse()
/linux-6.3-rc2/net/core/
A Dneighbour.c1904 [NDA_PORT] = { .type = NLA_U16 },

Completed in 19 milliseconds