Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.c417 static struct mtx vxlan_list_mtx; variable
418 #define VXLAN_LIST_LOCK() mtx_lock(&vxlan_list_mtx)
419 #define VXLAN_LIST_UNLOCK() mtx_unlock(&vxlan_list_mtx)
3592 mtx_init(&vxlan_list_mtx, "vxlan list", NULL, MTX_DEF); in vxlan_load()
3607 mtx_destroy(&vxlan_list_mtx); in vxlan_unload()