Lines Matching refs:hlist
97 struct hlist_node hlist; /* linked list of entries */ member
109 struct hlist_node hlist; member
150 hlist_for_each_entry_rcu(vxlan, vni_head(net, id), hlist) { in vxlan_find_vni()
311 hlist_for_each_entry_rcu(f, head, hlist) { in __vxlan_find_mac()
417 hlist_add_head_rcu(&f->hlist, in vxlan_fdb_create()
448 hlist_del_rcu(&f->hlist); in vxlan_fdb_destroy()
544 hlist_for_each_entry_rcu(f, &vxlan->fdb_head[h], hlist) { in vxlan_fdb_dump()
619 hlist_for_each_entry(vxlan, &vn->vni_list[h], hlist) { in vxlan_group_used()
1192 = container_of(p, struct vxlan_fdb, hlist); in vxlan_cleanup()
1252 = container_of(p, struct vxlan_fdb, hlist); in vxlan_flush()
1501 hlist_add_head_rcu(&vxlan->hlist, vni_head(net, dst->remote_vni)); in vxlan_newlink()
1510 hlist_del_rcu(&vxlan->hlist); in vxlan_dellink()
1650 hlist_for_each_entry(vxlan, &vn->vni_list[h], hlist) in vxlan_exit_net()