Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/test/
H A Ddn_test.h104 struct dn_flow { struct
105 struct dn_id oid;
106 uint64_t tot_pkts;
107 uint64_t tot_bytes;
108 uint32_t length; /* Queue length, in packets */
109 uint32_t len_bytes; /* Queue length, in bytes */
110 uint32_t drops;
115 struct list_head h; /* used by the generator */
118 uint64_t bytes;
120 uint64_t sch_bytes;
/freebsd/sys/netinet/
H A Dip_dummynet.h180 struct dn_flow { struct
181 struct dn_id oid;
182 struct ipfw_flow_id fid;
183 uint64_t tot_pkts; /* statistics counters */
184 uint64_t tot_bytes;
185 uint32_t length; /* Queue length, in packets */
186 uint32_t len_bytes; /* Queue length, in bytes */
187 uint32_t drops;