Searched refs:NDA_SRC_VNI (Results 1 – 2 of 2) sorted by relevance
30 NDA_SRC_VNI, enumerator
226 nla_put_u32(skb, NDA_SRC_VNI, in vxlan_fdb_info()1208 if (tb[NDA_SRC_VNI]) { in vxlan_fdb_parse()1209 if (nla_len(tb[NDA_SRC_VNI]) != sizeof(u32)) { in vxlan_fdb_parse()1213 *src_vni = cpu_to_be32(nla_get_u32(tb[NDA_SRC_VNI])); in vxlan_fdb_parse()3069 [NDA_SRC_VNI] = { .type = NLA_U32 },3119 if (tb[NDA_SRC_VNI]) in vxlan_fdb_delete_bulk()3120 desc.src_vni = cpu_to_be32(nla_get_u32(tb[NDA_SRC_VNI])); in vxlan_fdb_delete_bulk()