ipflow
SYSCTL_NODE(_net_inet_ip, OID_AUTO, ipflow, CTLFLAG_RW, 0, "ip flow");
static void ipflow_free(struct ipflow_pcpu *, struct ipflow *);
static struct ipflow *
struct ipflow *ipf;
struct ipflow *ipf;
ipflow_addstats(struct ipflow *ipf)
ipflow_free(struct ipflow_pcpu *pcpu, struct ipflow *ipf)
ipflow_reset(struct ipflow *ipf)
static struct ipflow *
struct ipflow *ipf, *maybe_ipf = NULL;
struct ipflow *ipf, *next_ipf;
struct ipflow *ipf;
struct ipflow *ipf;
struct ipflow *ipf, *next_ipf;
LIST_ENTRY(ipflow) ipf_hash; /* next ipflow in hash bucket */
LIST_ENTRY(ipflow) ipf_list; /* next ipflow in list */
LIST_HEAD(ipflowhead, ipflow);