Searched defs:dn_flow (Results 1 – 2 of 2) sorted by relevance
104 struct dn_flow { struct105 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;
180 struct dn_flow { struct181 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;