ipflow
static struct ipflow *ipflow_reap(bool);
static struct ipflow *
struct ipflow *ipf;
pool_init(&ipflow_pool, sizeof(struct ipflow), 0, 0, 0, "ipflowpl",
struct ipflow *ipf;
ipflow_addstats(struct ipflow *ipf)
ipflow_free(struct ipflow *ipf)
static struct ipflow *
struct ipflow *ipf;
struct ipflow *maybe_ipf = TAILQ_LAST(&ipflowlist, ipflowhead);
struct ipflow *ipf, *next_ipf;
struct ipflow *ipf;
struct ipflow *ipf, *next_ipf;
TAILQ_HEAD(ipflowhead, ipflow);
TAILQ_ENTRY(ipflow) ipf_list; /* next in active list */
TAILQ_ENTRY(ipflow) ipf_hash; /* next ipflow in bucket */