Searched refs:pf_table_stats_lock (Results 1 – 2 of 2) sorted by relevance
364 extern struct mtx_padalign pf_table_stats_lock;365 #define PF_TABLE_STATS_LOCK() mtx_lock(&pf_table_stats_lock)366 #define PF_TABLE_STATS_UNLOCK() mtx_unlock(&pf_table_stats_lock)367 #define PF_TABLE_STATS_OWNED() mtx_owned(&pf_table_stats_lock)
223 struct mtx_padalign pf_table_stats_lock; variable224 MTX_SYSINIT(pf_table_stats_lock, &pf_table_stats_lock, "pf table stats",