Home | History | Annotate | Download | only in netinet6

Lines Matching defs:ip6flowlist

103 static struct ip6flowhead ip6flowlist;
121 TAILQ_INSERT_HEAD(&ip6flowlist, (ip6f), ip6f_list); \
130 TAILQ_REMOVE(&ip6flowlist, (ip6f), ip6f_list); \
222 TAILQ_INIT(&ip6flowlist);
357 /* move to head (LRU) for ip6flowlist. ip6flowtable does not care LRU. */
358 TAILQ_REMOVE(&ip6flowlist, ip6f, ip6f_list);
359 TAILQ_INSERT_HEAD(&ip6flowlist, ip6f, ip6f_list);
440 ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead);
456 struct ip6flow *maybe_ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead);
458 TAILQ_FOREACH(ip6f, &ip6flowlist, ip6f_list) {
521 for (ip6f = TAILQ_FIRST(&ip6flowlist); ip6f != NULL; ip6f = next_ip6f) {
644 for (ip6f = TAILQ_FIRST(&ip6flowlist); ip6f != NULL; ip6f = next_ip6f) {