Home | History | Annotate | Download | only in netinet6

Lines Matching refs:ip6flow

85 TAILQ_HEAD(ip6flowhead, ip6flow);
115 * Insert an ip6flow into the list.
125 * Remove an ip6flow from the list.
166 static struct ip6flow *
170 struct ip6flow *ip6f;
192 pool_init(&ip6flow_pool, sizeof(struct ip6flow), 0, 0, 0, "ip6flowpl",
234 error = workqueue_create(&ip6flow_slowtimo_wq, "ip6flow",
257 struct ip6flow *ip6f;
380 ip6flow_addstats_rt(struct rtentry *rt, struct ip6flow *ip6f)
397 ip6flow_addstats(struct ip6flow *ip6f)
410 ip6flow_free(struct ip6flow *ip6f)
428 static struct ip6flow *
431 struct ip6flow *ip6f;
436 * This case must remove one ip6flow. Furthermore, this case is used in
452 * At first, remove invalid rtcache ip6flow, and then remove TAILQ_LAST
453 * ip6flow if it is ensured least recently used by comparing last_uses.
456 struct ip6flow *maybe_ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead);
497 struct ip6flow *
500 struct ip6flow *ip6f;
513 struct ip6flow *ip6f, *next_ip6f;
560 struct ip6flow *ip6f;
637 struct ip6flow *ip6f, *next_ip6f;