Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Droute_tables.c76 #define V_rtables_lock VNET(rtables_lock) macro
77 #define RTABLES_LOCK() sx_xlock(&V_rtables_lock)
78 #define RTABLES_UNLOCK() sx_xunlock(&V_rtables_lock)
79 #define RTABLES_LOCK_INIT() sx_init(&V_rtables_lock, "rtables lock")
80 #define RTABLES_LOCK_ASSERT() sx_assert(&V_rtables_lock, SA_LOCKED)