Searched refs:vxlan_sx (Results 1 – 1 of 1) sorted by relevance
85 struct sx vxlan_sx; variable86 SX_SYSINIT(vxlan, &vxlan_sx, "VXLAN global start/stop lock");1718 sx_xlock(&vxlan_sx); in vxlan_init()1722 sx_xunlock(&vxlan_sx); in vxlan_init()1754 sx_xunlock(&vxlan_sx); in vxlan_init()1796 sx_assert(&vxlan_sx, SA_XLOCKED); in vxlan_teardown_locked()1840 sx_xlock(&vxlan_sx); in vxlan_teardown()1845 sx_xunlock(&vxlan_sx); in vxlan_teardown()1851 sx_xunlock(&vxlan_sx); in vxlan_teardown()3579 sx_xlock(&vxlan_sx); in vxlan_ifdetach_event()[all …]