Searched refs:ipg_lock (Results 1 – 2 of 2) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | in_pcb.h | 554 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 D | in_pcb.h | 554 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)
|