Searched refs:pf_table_stats_lock (Results 1 – 2 of 2) sorted by relevance
468 extern struct mtx_padalign pf_table_stats_lock;469 #define PF_TABLE_STATS_LOCK() mtx_lock(&pf_table_stats_lock)470 #define PF_TABLE_STATS_UNLOCK() mtx_unlock(&pf_table_stats_lock)471 #define PF_TABLE_STATS_OWNED() mtx_owned(&pf_table_stats_lock)472 #define PF_TABLE_STATS_ASSERT() mtx_assert(&pf_table_stats_lock, MA_OWNED)
297 struct mtx_padalign pf_table_stats_lock; variable298 MTX_SYSINIT(pf_table_stats_lock, &pf_table_stats_lock, "pf table stats",