Home
last modified time | relevance | path

Searched refs:_VLAN_SX_ID (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/
H A Dif_vlan.c241 #define _VLAN_SX_ID ifv_sx macro
243 static struct sx _VLAN_SX_ID; variable
246 sx_init_flags(&_VLAN_SX_ID, "vlan_sx", SX_RECURSE)
249 sx_destroy(&_VLAN_SX_ID)
251 #define VLAN_SLOCK() sx_slock(&_VLAN_SX_ID)
252 #define VLAN_SUNLOCK() sx_sunlock(&_VLAN_SX_ID)
253 #define VLAN_XLOCK() sx_xlock(&_VLAN_SX_ID)
254 #define VLAN_XUNLOCK() sx_xunlock(&_VLAN_SX_ID)
255 #define VLAN_SLOCK_ASSERT() sx_assert(&_VLAN_SX_ID, SA_SLOCKED)
256 #define VLAN_XLOCK_ASSERT() sx_assert(&_VLAN_SX_ID, SA_XLOCKED)
[all …]