Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c72 TAILQ_HEAD(pfi_table, pfi_entry);
74 static struct pfi_table pfi_table; variable
562 if ((e = NEXT_OBJECT_INT(&pfi_table, in pf_iftable()
1094 TAILQ_FOREACH(e, &pfi_table, link) in pfi_table_find()
1156 while (!TAILQ_EMPTY(&pfi_table)) { in pfi_refresh()
1157 e = TAILQ_FIRST(&pfi_table); in pfi_refresh()
1158 TAILQ_REMOVE(&pfi_table, e, link); in pfi_refresh()
1193 TAILQ_INSERT_TAIL(&pfi_table, e, link); in pfi_refresh()
1204 while (!TAILQ_EMPTY(&pfi_table)) { in pfi_refresh()
1205 e = TAILQ_FIRST(&pfi_table); in pfi_refresh()
[all …]