Home
last modified time | relevance | path

Searched defs:dn_flow_queue7 (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/sys/netpfil/ipfw/
H A Dip_dn_glue.c134 struct dn_flow_queue7 { struct
135 struct dn_flow_queue7 *next ; argument
136 struct ipfw_flow_id id ;
138 struct mbuf *head, *tail ; /* queue of packets */
139 u_int len ;
140 u_int len_bytes ;
142 u_long numbytes;
144 u_int64_t tot_pkts ; /* statistics counters */
145 u_int64_t tot_bytes ;
146 u_int32_t drops ;
[all …]