Home
last modified time | relevance | path

Searched refs:vs_head (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/vxlan/
H A Dvxlan_private.h52 static inline struct hlist_head *vs_head(struct net *net, __be16 port) in vs_head() function
H A Dvxlan_core.c85 hlist_for_each_entry_rcu(vs, vs_head(net, port), hlist) { in vxlan_find_sock()
3565 hlist_add_head_rcu(&vs->hlist, vs_head(net, port)); in vxlan_socket_create()