ip6flow
static struct ip6flow *
struct ip6flow *ip6f;
pool_init(&ip6flow_pool, sizeof(struct ip6flow), 0, 0, 0, "ip6flowpl",
struct ip6flow *ip6f;
ip6flow_addstats_rt(struct rtentry *rt, struct ip6flow *ip6f)
ip6flow_addstats(struct ip6flow *ip6f)
ip6flow_free(struct ip6flow *ip6f)
static struct ip6flow *
struct ip6flow *ip6f;
struct ip6flow *maybe_ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead);
struct ip6flow *
struct ip6flow *ip6f;
struct ip6flow *ip6f, *next_ip6f;
struct ip6flow *ip6f;
struct ip6flow *ip6f, *next_ip6f;
TAILQ_HEAD(ip6flowhead, ip6flow);
TAILQ_ENTRY(ip6flow) ip6f_list; /* next in active list */
TAILQ_ENTRY(ip6flow) ip6f_hash; /* next ip6flow in bucket */
struct ip6flow *ip6flow_reap(int);