HomeSort by: relevance | last modified time | path
    Searched refs:ip6flow (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
ip6_flow.c 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
    [all...]
ip6_var.h 213 struct ip6flow { struct
214 TAILQ_ENTRY(ip6flow) ip6f_list; /* next in active list */
215 TAILQ_ENTRY(ip6flow) ip6f_hash; /* next ip6flow in bucket */
347 struct ip6flow *ip6flow_reap(int);

Completed in 11 milliseconds