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

/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c100 TAILQ_HEAD(pfa_table, pfa_entry);
102 static struct pfa_table pfa_table; variable in typeref:struct:pfa_table
826 if ((e = NEXT_OBJECT_INT(&pfa_table,
1131 TAILQ_FOREACH(e, &pfa_table, link)
1429 TAILQ_INSERT_TAIL(&pfa_table, e, link);
1448 while (!TAILQ_EMPTY(&pfa_table)) {
1449 e = TAILQ_FIRST(&pfa_table);
1450 TAILQ_REMOVE(&pfa_table, e, link);
1503 while (!TAILQ_EMPTY(&pfa_table)) {
[all...]

Completed in 54 milliseconds