Searched refs:drop_bytes (Results 1 – 2 of 2) sorted by relevance
257 cur.drop_bytes += c->drop_bytes; in print_stats()264 x.drop_bytes = c->drop_bytes - pipe_prev[j].drop_bytes; in print_stats()268 dbps = ((x.drop_bytes*1000000 + usec/2) / usec) * 8; in print_stats()305 x.drop_bytes = cur.drop_bytes - prev.drop_bytes; in print_stats()309 dbps = ((x.drop_bytes*1000000 + usec/2) / usec) * 8; in print_stats()559 port->ctr.drop_bytes += ts->len; in forward_packet()565 port->ctr.drop_bytes += rs->len; in forward_packet()604 lp->ctr.drop_bytes += tmp.len; in forward_packet()
10 uint64_t drop, drop_bytes; member