Searched refs:pf_table_stats_lock (Results 1 – 2 of 2) sorted by relevance
436 extern struct mtx_padalign pf_table_stats_lock;437 #define PF_TABLE_STATS_LOCK() mtx_lock(&pf_table_stats_lock)438 #define PF_TABLE_STATS_UNLOCK() mtx_unlock(&pf_table_stats_lock)439 #define PF_TABLE_STATS_OWNED() mtx_owned(&pf_table_stats_lock)440 #define PF_TABLE_STATS_ASSERT() mtx_assert(&pf_table_stats_lock, MA_OWNED)
282 struct mtx_padalign pf_table_stats_lock; variable283 MTX_SYSINIT(pf_table_stats_lock, &pf_table_stats_lock, "pf table stats",