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

/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c113 TAILQ_HEAD(pfq_table, pfq_entry);
115 static struct pfq_table pfq_table; variable in typeref:struct:pfq_table
960 if ((e = NEXT_OBJECT_INT(&pfq_table,
1109 TAILQ_FOREACH(e, &pfq_table, link)
1228 while (!TAILQ_EMPTY(&pfq_table)) {
1229 e = TAILQ_FIRST(&pfq_table);
1230 TAILQ_REMOVE(&pfq_table, e, link);
1267 INSERT_OBJECT_INT_LINK_INDEX(e, &pfq_table, link, index);
1277 while (!TAILQ_EMPTY(&pfq_table)) {
[all...]

Completed in 48 milliseconds