Searched defs:dn_flow (Results 1 – 2 of 2) sorted by relevance
105 struct dn_flow { struct106 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;
181 struct dn_flow { struct182 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;