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

/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c107 TAILQ_HEAD(pfq_table, pfq_entry);
109 static struct pfq_table pfq_table; variable in typeref:struct:pfq_table
954 if ((e = NEXT_OBJECT_INT(&pfq_table,
1102 TAILQ_FOREACH(e, &pfq_table, link)
1221 while (!TAILQ_EMPTY(&pfq_table)) {
1222 e = TAILQ_FIRST(&pfq_table);
1223 TAILQ_REMOVE(&pfq_table, e, link);
1260 INSERT_OBJECT_INT_LINK_INDEX(e, &pfq_table, link, index);
1270 while (!TAILQ_EMPTY(&pfq_table)) {
[all...]

Completed in 42 milliseconds