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

/freebsd-10.2-release/sys/net/
H A Dif_vxlan.c377 static struct mtx vxlan_list_mtx; variable in typeref:struct:mtx
880 mtx_lock(&vxlan_list_mtx);
884 mtx_unlock(&vxlan_list_mtx);
895 mtx_lock(&vxlan_list_mtx);
902 mtx_unlock(&vxlan_list_mtx);
911 mtx_lock(&vxlan_list_mtx);
914 mtx_unlock(&vxlan_list_mtx);
3022 mtx_lock(&vxlan_list_mtx);
3025 mtx_unlock(&vxlan_list_mtx);
3041 mtx_init(&vxlan_list_mtx, "vxla
[all...]

Completed in 71 milliseconds