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

/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c125 TAILQ_HEAD(pfl_table, pfl_entry);
127 static struct pfl_table pfl_table; variable in typeref:struct:pfl_table
1042 if ((e = NEXT_OBJECT_INT(&pfl_table,
1135 TAILQ_FOREACH(e, &pfl_table, link)
1548 TAILQ_INSERT_TAIL(&pfl_table, e, link);
1610 while (!TAILQ_EMPTY(&pfl_table)) {
1611 e = TAILQ_FIRST(&pfl_table);
1612 TAILQ_REMOVE(&pfl_table, e, link);
1626 while (!TAILQ_EMPTY(&pfl_table)) {
[all...]

Completed in 106 milliseconds