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

/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c70 TAILQ_HEAD(pfi_table, pfi_entry);
72 static struct pfi_table pfi_table; variable in typeref:struct:pfi_table
562 if ((e = NEXT_OBJECT_INT(&pfi_table,
1093 TAILQ_FOREACH(e, &pfi_table, link)
1155 while (!TAILQ_EMPTY(&pfi_table)) {
1156 e = TAILQ_FIRST(&pfi_table);
1157 TAILQ_REMOVE(&pfi_table, e, link);
1192 TAILQ_INSERT_TAIL(&pfi_table, e, link);
1203 while (!TAILQ_EMPTY(&pfi_table)) {
[all...]

Completed in 115 milliseconds