Home
last modified time | relevance | path

Searched refs:pft_table (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c85 TAILQ_HEAD(pft_table, pft_entry);
87 static struct pft_table pft_table; variable
709 if ((e = NEXT_OBJECT_INT(&pft_table, in pf_tbltable()
1116 TAILQ_FOREACH(e, &pft_table, link) in pft_table_find()
1313 TAILQ_INSERT_TAIL(&pft_table, e, link); in pft_add_tstats()
1328 while (!TAILQ_EMPTY(&pft_table)) { in pft_refresh()
1329 e = TAILQ_FIRST(&pft_table); in pft_refresh()
1330 TAILQ_REMOVE(&pft_table, e, link); in pft_refresh()
1348 while (!TAILQ_EMPTY(&pft_table)) { in pft_refresh()
1349 e = TAILQ_FIRST(&pft_table); in pft_refresh()
[all …]