Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dscope6.c69 static struct mtx scope6_lock; variable
70 #define SCOPE6_LOCK_INIT() mtx_init(&scope6_lock, "scope6_lock", NULL, MTX_DEF)
71 #define SCOPE6_LOCK() mtx_lock(&scope6_lock)
72 #define SCOPE6_UNLOCK() mtx_unlock(&scope6_lock)
73 #define SCOPE6_LOCK_ASSERT() mtx_assert(&scope6_lock, MA_OWNED)