Accumulate ifq_drops into if_oqdrops if if_start().
authoruebayasi <uebayasi@openbsd.org>
Mon, 5 Oct 2015 15:39:01 +0000 (15:39 +0000)
committeruebayasi <uebayasi@openbsd.org>
Mon, 5 Oct 2015 15:39:01 +0000 (15:39 +0000)
commitd83b18752e745ab3262b4f841705211ee4eae4ee
treefbf088845c263fbe8744e61ce01ffe70cdf0bb3a
parentd44948e2952c7a1a6fec04c1f3799798d7a7bfef
Accumulate ifq_drops into if_oqdrops if if_start().

mpi@ questioned usefulness of if_snd.ifq_drops, but this is what exists now.
This area is going to be readily polished.

OK dlg@
sys/net/if.c