ipqent
TAILQ_HEAD(ipqehead, ipqent);
TAILQ_ENTRY(ipqent) ipqe_q;
TAILQ_ENTRY(ipqent) ipqe_timeq;
pool_init(&tcpipqent_pool, sizeof(struct ipqent), 0, 0, 0, "tcpipqepl",
struct ipqent *
struct ipqent *ipqe;
tcpipqent_free(struct ipqent *ipqe)
struct ipqent *p, *q, *nq, *tiqe = NULL;
struct ipqent *tiqe;
struct ipqent *qe;
struct ipqent *tcpipqent_alloc(void);
void tcpipqent_free(struct ipqent *);