Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dip_flow.c80 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()
[all …]