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

/freebsd-10.2-release/sys/net/
H A Dif_vxlan.c189 #define VXLAN_LOCK_WOWNED(_sc) rm_wowned(&(_sc)->vxl_lock) macro
193 if (VXLAN_LOCK_WOWNED(_sc)) \
597 if (!VXLAN_LOCK_WOWNED(sc)) {
607 if (!VXLAN_LOCK_WOWNED(sc)) {

Completed in 46 milliseconds