Searched refs:pfl_table (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c127 TAILQ_HEAD(pfl_table, pfl_entry);
129 static struct pfl_table pfl_table; variable in typeref:struct:pfl_table
1044 if ((e = NEXT_OBJECT_INT(&pfl_table,
1137 TAILQ_FOREACH(e, &pfl_table, link)
1550 TAILQ_INSERT_TAIL(&pfl_table, e, link);
1612 while (!TAILQ_EMPTY(&pfl_table)) {
1613 e = TAILQ_FIRST(&pfl_table);
1614 TAILQ_REMOVE(&pfl_table, e, link);
1628 while (!TAILQ_EMPTY(&pfl_table)) {
[all...]

Completed in 101 milliseconds