Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/test/
H A Ddn_test.h105 struct dn_flow { struct
106 struct dn_id oid;
107 uint64_t tot_pkts;
108 uint64_t tot_bytes;
109 uint32_t length; /* Queue length, in packets */
110 uint32_t len_bytes; /* Queue length, in bytes */
111 uint32_t drops;
116 struct list_head h; /* used by the generator */
119 uint64_t bytes;
121 uint64_t sch_bytes;
/f-stack/freebsd/netinet/
H A Dip_dummynet.h181 struct dn_flow { struct
182 struct dn_id oid;
183 struct ipfw_flow_id fid;
184 uint64_t tot_pkts; /* statistics counters */
185 uint64_t tot_bytes;
186 uint32_t length; /* Queue length, in packets */
187 uint32_t len_bytes; /* Queue length, in bytes */
188 uint32_t drops;