Lines Matching refs:ipflow
73 TAILQ_HEAD(ipflowhead, ipflow);
109 static struct ipflow *ipflow_reap(bool);
130 static struct ipflow *
134 struct ipflow *ipf;
153 pool_init(&ipflow_pool, sizeof(struct ipflow), 0, 0, 0, "ipflowpl",
207 struct ipflow *ipf;
368 ipflow_addstats(struct ipflow *ipf)
389 ipflow_free(struct ipflow *ipf)
407 static struct ipflow *
410 struct ipflow *ipf;
415 * This case must remove one ipflow. Furthermore, this case is used in
431 * At first, remove invalid rtcache ipflow, and then remove TAILQ_LAST
432 * ipflow if it is ensured least recently used by comparing last_uses.
435 struct ipflow *maybe_ipf = TAILQ_LAST(&ipflowlist, ipflowhead);
479 struct ipflow *ipf, *next_ipf;
524 struct ipflow *ipf;
584 struct ipflow *ipf, *next_ipf;