Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dneighbour.h25 NDA_PORT, enumerator
/linux-6.12.1/drivers/net/vxlan/
Dvxlan_core.c215 nla_put_be16(skb, NDA_PORT, rdst->remote_port)) in vxlan_fdb_info()
1163 (tb[NDA_DST] || tb[NDA_VNI] || tb[NDA_IFINDEX] || tb[NDA_PORT])) { in vxlan_fdb_parse()
1188 if (tb[NDA_PORT]) { in vxlan_fdb_parse()
1189 if (nla_len(tb[NDA_PORT]) != sizeof(__be16)) { in vxlan_fdb_parse()
1193 *port = nla_get_be16(tb[NDA_PORT]); in vxlan_fdb_parse()
3072 [NDA_PORT] = { .type = NLA_U16 },
3128 if (tb[NDA_PORT]) in vxlan_fdb_delete_bulk()
3129 desc.port = nla_get_be16(tb[NDA_PORT]); in vxlan_fdb_delete_bulk()
/linux-6.12.1/net/core/
Dneighbour.c1892 [NDA_PORT] = { .type = NLA_U16 },