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

/freebsd-9.3-release/sys/net/
H A Dif_vlan.c165 static struct sx ifv_lock; variable in typeref:struct:sx
166 #define VLAN_LOCK_INIT() sx_init(&ifv_lock, "vlan_global")
167 #define VLAN_LOCK_DESTROY() sx_destroy(&ifv_lock)
168 #define VLAN_LOCK_ASSERT() sx_assert(&ifv_lock, SA_LOCKED)
169 #define VLAN_LOCK() sx_xlock(&ifv_lock)
170 #define VLAN_UNLOCK() sx_xunlock(&ifv_lock)

Completed in 72 milliseconds