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

/linux-master/include/uapi/linux/
H A Dneighbour.h26 NDA_VNI, enumerator in enum:__anon4429
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c218 nla_put_u32(skb, NDA_VNI, be32_to_cpu(rdst->remote_vni)))
252 + nla_total_size(sizeof(__be32)) /* NDA_VNI */
1164 (tb[NDA_DST] || tb[NDA_VNI] || tb[NDA_IFINDEX] || tb[NDA_PORT])) {
1199 if (tb[NDA_VNI]) {
1200 if (nla_len(tb[NDA_VNI]) != sizeof(u32)) {
1204 *vni = cpu_to_be32(nla_get_u32(tb[NDA_VNI]));
1416 if (tb[NDA_VNI])
1417 vni = cpu_to_be32(nla_get_u32(tb[NDA_VNI]));
3061 [NDA_VNI] = { .type = NLA_U32 },
3115 if (tb[NDA_VNI])
[all...]
/linux-master/net/core/
H A Dneighbour.c1885 [NDA_VNI] = { .type = NLA_U32 },
H A Drtnetlink.c4759 case NDA_VNI:

Completed in 118 milliseconds