Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_dn_glue.c198 struct dn_flow_queue8 { struct
199 struct dn_flow_queue8 *next ; argument
200 struct ipfw_flow_id id ;
202 struct mbuf *head, *tail ; /* queue of packets */
203 u_int len ;
204 u_int len_bytes ;
210 u_int64_t tot_bytes ;
211 u_int32_t drops ;
213 int hash_slot ; /* debugging/diagnostic */
222 struct dn_flow_set *fs ; /* parent flow set */
[all …]