Searched refs:vxlan_list_mtx (Results 1 – 1 of 1) sorted by relevance
377 static struct mtx vxlan_list_mtx; variable880 mtx_lock(&vxlan_list_mtx); in vxlan_socket_release()884 mtx_unlock(&vxlan_list_mtx); in vxlan_socket_release()895 mtx_lock(&vxlan_list_mtx); in vxlan_socket_lookup()902 mtx_unlock(&vxlan_list_mtx); in vxlan_socket_lookup()911 mtx_lock(&vxlan_list_mtx); in vxlan_socket_insert()914 mtx_unlock(&vxlan_list_mtx); in vxlan_socket_insert()3023 mtx_lock(&vxlan_list_mtx); in vxlan_ifdetach_event()3026 mtx_unlock(&vxlan_list_mtx); in vxlan_ifdetach_event()3042 mtx_init(&vxlan_list_mtx, "vxlan list", NULL, MTX_DEF); in vxlan_load()[all …]