Searched refs:pft_table (Results 1 – 1 of 1) sorted by relevance
85 TAILQ_HEAD(pft_table, pft_entry);87 static struct pft_table pft_table; variable709 if ((e = NEXT_OBJECT_INT(&pft_table, in pf_tbltable()1116 TAILQ_FOREACH(e, &pft_table, link) in pft_table_find()1312 TAILQ_INSERT_TAIL(&pft_table, e, link); in pft_add_tstats()1324 while (!TAILQ_EMPTY(&pft_table)) { in pft_refresh()1325 e = TAILQ_FIRST(&pft_table); in pft_refresh()1326 TAILQ_REMOVE(&pft_table, e, link); in pft_refresh()1344 while (!TAILQ_EMPTY(&pft_table)) { in pft_refresh()1345 e = TAILQ_FIRST(&pft_table); in pft_refresh()[all …]