Searched refs:vxlan_list_mtx (Results 1 – 1 of 1) sorted by relevance
417 static struct mtx vxlan_list_mtx; variable418 #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()