Home
last modified time | relevance | path

Searched refs:ip6flow (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/netinet6/
H A Dip6_flow.c85 TAILQ_HEAD(ip6flowhead, ip6flow);
166 static struct ip6flow *
170 struct ip6flow *ip6f; in ip6flow_lookup()
192 pool_init(&ip6flow_pool, sizeof(struct ip6flow), 0, 0, 0, "ip6flowpl", in ip6flow_poolinit()
257 struct ip6flow *ip6f; in ip6flow_fastforward()
380 ip6flow_addstats_rt(struct rtentry *rt, struct ip6flow *ip6f) in ip6flow_addstats_rt()
397 ip6flow_addstats(struct ip6flow *ip6f) in ip6flow_addstats()
410 ip6flow_free(struct ip6flow *ip6f) in ip6flow_free()
428 static struct ip6flow *
431 struct ip6flow *ip6f; in ip6flow_reap_locked()
[all …]
H A Dip6_var.h213 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);