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

  /src/sys/netinet/
ip_flow.c 73 TAILQ_HEAD(ipflowhead, ipflow);
109 static struct ipflow *ipflow_reap(bool);
130 static struct ipflow *
134 struct ipflow *ipf;
153 pool_init(&ipflow_pool, sizeof(struct ipflow), 0, 0, 0, "ipflowpl",
207 struct ipflow *ipf;
368 ipflow_addstats(struct ipflow *ipf)
389 ipflow_free(struct ipflow *ipf)
407 static struct ipflow *
410 struct ipflow *ipf
    [all...]
ip_var.h 57 struct ipflow { struct
58 TAILQ_ENTRY(ipflow) ipf_list; /* next in active list */
59 TAILQ_ENTRY(ipflow) ipf_hash; /* next ipflow in bucket */

Completed in 39 milliseconds