Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dip_flow.c73 TAILQ_HEAD(ipflowhead, ipflow);
109 static struct ipflow *ipflow_reap(bool);
130 static struct ipflow *
134 struct ipflow *ipf; in ipflow_lookup()
153 pool_init(&ipflow_pool, sizeof(struct ipflow), 0, 0, 0, "ipflowpl", in ipflow_poolinit()
207 struct ipflow *ipf; in ipflow_fastforward()
368 ipflow_addstats(struct ipflow *ipf) in ipflow_addstats()
389 ipflow_free(struct ipflow *ipf) in ipflow_free()
407 static struct ipflow *
410 struct ipflow *ipf; in ipflow_reap()
[all …]
H A Dip_var.h57 struct ipflow { struct
58 TAILQ_ENTRY(ipflow) ipf_list; /* next in active list */
59 TAILQ_ENTRY(ipflow) ipf_hash; /* next ipflow in bucket */