Lines Matching defs:drops
3422 uint64_t drops;
3424 drops = 0;
3430 drops += counter_u64_fetch(txq->r->dropped);
3433 return (drops);
3485 uint64_t drops;
3487 drops = s->tx_drop;
3493 drops += counter_u64_fetch(txq->r->dropped);
3496 return (drops);
8588 "# drops due to buffer-group 0 overflows");
8594 "# drops due to buffer-group 1 overflows");
8600 "# drops due to buffer-group 2 overflows");
8606 "# drops due to buffer-group 3 overflows");
9995 sbuf_printf(sb, "Drops: %u", stats.drops);