Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dneighbour.h26 NDA_VNI, enumerator
/Linux-v5.4/drivers/net/
Dvxlan.c295 nla_put_u32(skb, NDA_VNI, be32_to_cpu(rdst->remote_vni))) in vxlan_fdb_info()
1083 if (tb[NDA_VNI]) { in vxlan_fdb_parse()
1084 if (nla_len(tb[NDA_VNI]) != sizeof(u32)) in vxlan_fdb_parse()
1086 *vni = cpu_to_be32(nla_get_u32(tb[NDA_VNI])); in vxlan_fdb_parse()
1263 if (tb[NDA_VNI]) in vxlan_fdb_get()
1264 vni = cpu_to_be32(nla_get_u32(tb[NDA_VNI])); in vxlan_fdb_get()
/Linux-v5.4/net/core/
Dneighbour.c1781 [NDA_VNI] = { .type = NLA_U32 },
Drtnetlink.c4166 case NDA_VNI: in valid_fdb_get_strict()