Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h554 struct mtx ipg_lock; member
665 #define INP_GROUP_LOCK_INIT(ipg, d) mtx_init(&(ipg)->ipg_lock, (d), NULL, \
667 #define INP_GROUP_LOCK_DESTROY(ipg) mtx_destroy(&(ipg)->ipg_lock)
669 #define INP_GROUP_LOCK(ipg) mtx_lock(&(ipg)->ipg_lock)
670 #define INP_GROUP_LOCK_ASSERT(ipg) mtx_assert(&(ipg)->ipg_lock, MA_OWNED)
671 #define INP_GROUP_UNLOCK(ipg) mtx_unlock(&(ipg)->ipg_lock)
/f-stack/freebsd/netinet/
H A Din_pcb.h554 struct mtx ipg_lock; member
665 #define INP_GROUP_LOCK_INIT(ipg, d) mtx_init(&(ipg)->ipg_lock, (d), NULL, \
667 #define INP_GROUP_LOCK_DESTROY(ipg) mtx_destroy(&(ipg)->ipg_lock)
669 #define INP_GROUP_LOCK(ipg) mtx_lock(&(ipg)->ipg_lock)
670 #define INP_GROUP_LOCK_ASSERT(ipg) mtx_assert(&(ipg)->ipg_lock, MA_OWNED)
671 #define INP_GROUP_UNLOCK(ipg) mtx_unlock(&(ipg)->ipg_lock)