Home
last modified time | relevance | path

Searched refs:NDA_VNI (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Dneighbour.h26 NDA_VNI, enumerator
/linux-6.12.1/drivers/net/vxlan/
Dvxlan_core.c218 nla_put_u32(skb, NDA_VNI, be32_to_cpu(rdst->remote_vni))) in vxlan_fdb_info()
1163 (tb[NDA_DST] || tb[NDA_VNI] || tb[NDA_IFINDEX] || tb[NDA_PORT])) { in vxlan_fdb_parse()
1198 if (tb[NDA_VNI]) { in vxlan_fdb_parse()
1199 if (nla_len(tb[NDA_VNI]) != sizeof(u32)) { in vxlan_fdb_parse()
1203 *vni = cpu_to_be32(nla_get_u32(tb[NDA_VNI])); in vxlan_fdb_parse()
1415 if (tb[NDA_VNI]) in vxlan_fdb_get()
1416 vni = cpu_to_be32(nla_get_u32(tb[NDA_VNI])); in vxlan_fdb_get()
3071 [NDA_VNI] = { .type = NLA_U32 },
3125 if (tb[NDA_VNI]) in vxlan_fdb_delete_bulk()
3126 desc.vni = cpu_to_be32(nla_get_u32(tb[NDA_VNI])); in vxlan_fdb_delete_bulk()
/linux-6.12.1/net/core/
Dneighbour.c1893 [NDA_VNI] = { .type = NLA_U32 },
Drtnetlink.c4809 case NDA_VNI: in valid_fdb_get_strict()