Searched refs:vxlan_fdb_nhid_matches (Results 1 – 1 of 1) sorted by relevance
2963 static bool vxlan_fdb_nhid_matches(const struct vxlan_fdb *f, u32 nhid) in vxlan_fdb_nhid_matches() function2986 if (desc->nhid && !vxlan_fdb_nhid_matches(f, desc->nhid)) in vxlan_fdb_flush_matches()