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

/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c74 TAILQ_HEAD(pfi_table, pfi_entry);
76 static struct pfi_table pfi_table; variable in typeref:struct:pfi_table
566 if ((e = NEXT_OBJECT_INT(&pfi_table,
1098 TAILQ_FOREACH(e, &pfi_table, link)
1160 while (!TAILQ_EMPTY(&pfi_table)) {
1161 e = TAILQ_FIRST(&pfi_table);
1162 TAILQ_REMOVE(&pfi_table, e, link);
1197 TAILQ_INSERT_TAIL(&pfi_table, e, link);
1208 while (!TAILQ_EMPTY(&pfi_table)) {
[all...]

Completed in 107 milliseconds