Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dneighbour.h26 NDA_VNI, enumerator
/linux/drivers/net/vxlan/
H A 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()
1418 if (tb[NDA_VNI]) in vxlan_fdb_get()
1419 vni = cpu_to_be32(nla_get_u32(tb[NDA_VNI])); in vxlan_fdb_get()
3104 [NDA_VNI] = { .type = NLA_U32 },
3158 if (tb[NDA_VNI]) in vxlan_fdb_delete_bulk()
3159 desc.vni = cpu_to_be32(nla_get_u32(tb[NDA_VNI])); in vxlan_fdb_delete_bulk()
/linux/net/core/
H A Dneighbour.c1842 [NDA_VNI] = { .type = NLA_U32 },
H A Drtnetlink.c5065 case NDA_VNI: in valid_fdb_get_strict()