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

/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c108 struct pfq_entry { struct
111 TAILQ_ENTRY(pfq_entry) link;
113 TAILQ_HEAD(pfq_table, pfq_entry);
147 static struct pfq_entry * pfq_table_find(u_int idx);
948 struct pfq_entry *e = NULL;
1104 static struct pfq_entry *
1107 struct pfq_entry *e;
1222 struct pfq_entry *e;
1246 e = malloc(sizeof(struct pfq_entry));
1715 struct pfq_entry *q
[all...]

Completed in 55 milliseconds