Lines Matching refs:ipflow
80 struct ipflow { struct
81 LIST_ENTRY(ipflow) ipf_hash; /* next ipflow in hash bucket */
82 LIST_ENTRY(ipflow) ipf_list; /* next ipflow in list */
99 LIST_HEAD(ipflowhead, ipflow); argument
130 SYSCTL_NODE(_net_inet_ip, OID_AUTO, ipflow, CTLFLAG_RW, 0, "ip flow");
136 static void ipflow_free(struct ipflow_pcpu *, struct ipflow *);
150 static struct ipflow *
154 struct ipflow *ipf; in ipflow_lookup()
170 struct ipflow *ipf; in ipflow_fastforward()
296 ipflow_addstats(struct ipflow *ipf) in ipflow_addstats()
306 ipflow_free(struct ipflow_pcpu *pcpu, struct ipflow *ipf) in ipflow_free()
319 ipflow_reset(struct ipflow *ipf) in ipflow_reset()
327 static struct ipflow *
330 struct ipflow *ipf, *maybe_ipf = NULL; in ipflow_reap()
368 struct ipflow *ipf, *next_ipf; in ipflow_timeo_dispatch()
410 struct ipflow *ipf; in ipflow_create()
465 struct ipflow *ipf; in ipflow_flush_oncpu()
480 struct ipflow *ipf, *next_ipf; in ipflow_ifaddr_handler()