pfq_entry
TAILQ_ENTRY(pfq_entry) link;
static struct pfq_entry *
struct pfq_entry *e;
TAILQ_HEAD(pfq_table, pfq_entry);
struct pfq_entry *e;
e = malloc(sizeof(struct pfq_entry));
static struct pfq_entry * pfq_table_find(u_int idx);
struct pfq_entry *q1, *q2;
struct pfq_entry *e = NULL;