Searched refs:pf_table_stats_lock (Results 1 – 2 of 2) sorted by relevance
454 extern struct mtx_padalign pf_table_stats_lock;455 #define PF_TABLE_STATS_LOCK() mtx_lock(&pf_table_stats_lock)456 #define PF_TABLE_STATS_UNLOCK() mtx_unlock(&pf_table_stats_lock)457 #define PF_TABLE_STATS_OWNED() mtx_owned(&pf_table_stats_lock)458 #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",