Lines Matching defs:ipflowlist
87 static struct ipflowhead ipflowlist;
94 TAILQ_INSERT_HEAD(&ipflowlist, (ipf), ipf_list); \
100 TAILQ_REMOVE(&ipflowlist, (ipf), ipf_list); \
177 TAILQ_INIT(&ipflowlist);
341 /* move to head (LRU) for ipflowlist. ipflowtable ooes not care LRU. */
342 TAILQ_REMOVE(&ipflowlist, ipf, ipf_list);
343 TAILQ_INSERT_HEAD(&ipflowlist, ipf, ipf_list);
419 ipf = TAILQ_LAST(&ipflowlist, ipflowhead);
435 struct ipflow *maybe_ipf = TAILQ_LAST(&ipflowlist, ipflowhead);
437 TAILQ_FOREACH(ipf, &ipflowlist, ipf_list) {
487 for (ipf = TAILQ_FIRST(&ipflowlist); ipf != NULL; ipf = next_ipf) {
591 for (ipf = TAILQ_FIRST(&ipflowlist); ipf != NULL; ipf = next_ipf) {