Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dip_flow.c86 static struct ipflowhead *ipflowtable = NULL; variable
93 TAILQ_INSERT_HEAD(&ipflowtable[(hashidx)], (ipf), ipf_hash); \
99 TAILQ_REMOVE(&ipflowtable[(hashidx)], (ipf), ipf_hash); \
140 TAILQ_FOREACH(ipf, &ipflowtable[hash], ipf_hash) { in ipflow_lookup()
171 if (ipflowtable != NULL) in ipflow_reinit()
172 free(ipflowtable, M_RTABLE); in ipflow_reinit()
174 ipflowtable = new_table; in ipflow_reinit()
179 TAILQ_INIT(&ipflowtable[i]); in ipflow_reinit()