pfa_entry
static struct pfa_entry *
struct pfa_entry *e;
struct pfa_entry *e;
e = (struct pfa_entry *)malloc(sizeof(struct pfa_entry));
struct pfa_entry *e;
static struct pfa_entry * pfa_table_find(u_int idx);
struct pfa_entry *a1, *a2;
struct pfa_entry *e = NULL;
TAILQ_ENTRY(pfa_entry) link;
TAILQ_HEAD(pfa_table, pfa_entry);