Lines Matching refs:hlist
104 struct hlist_node hlist; /* linked list of entries */ member
116 struct hlist_node hlist; /* vni hash table */ member
270 hlist_for_each_entry_rcu(vs, vs_head(net, port), hlist) { in vxlan_find_sock()
283 hlist_for_each_entry_rcu(vxlan, vni_head(vs, id), hlist) { in vxlan_vs_find_vni()
466 hlist_for_each_entry_rcu(f, head, hlist) { in __vxlan_find_mac()
775 hlist_add_head_rcu(&f->hlist, in vxlan_fdb_create()
806 hlist_del_rcu(&f->hlist); in vxlan_fdb_destroy()
963 hlist_for_each_entry_rcu(f, &vxlan->fdb_head[h], hlist) { in vxlan_fdb_dump()
1075 hlist_del_rcu(&vs->hlist); in vxlan_sock_release()
2136 = container_of(p, struct vxlan_fdb, hlist); in vxlan_cleanup()
2165 hlist_add_head_rcu(&vxlan->hlist, vni_head(vs, vni)); in vxlan_vs_add_dev()
2239 = container_of(p, struct vxlan_fdb, hlist); in vxlan_flush()
2332 hlist_for_each_entry_rcu(vs, &vn->sock_list[i], hlist) { in vxlan_get_rx_port()
2540 hlist_add_head_rcu(&vs->hlist, vs_head(net, port)); in vxlan_socket_create()
2760 if (!hlist_unhashed(&vxlan->hlist)) in vxlan_dellink()
2761 hlist_del_rcu(&vxlan->hlist); in vxlan_dellink()