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

/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c131 TAILQ_HEAD(pfl_table, pfl_entry);
133 static struct pfl_table pfl_table; variable in typeref:struct:pfl_table
1049 if ((e = NEXT_OBJECT_INT(&pfl_table,
1142 TAILQ_FOREACH(e, &pfl_table, link)
1557 TAILQ_INSERT_TAIL(&pfl_table, e, link);
1619 while (!TAILQ_EMPTY(&pfl_table)) {
1620 e = TAILQ_FIRST(&pfl_table);
1621 TAILQ_REMOVE(&pfl_table, e, link);
1635 while (!TAILQ_EMPTY(&pfl_table)) {
[all...]

Completed in 54 milliseconds