Searched refs:odrops (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dif.c774 ifs0.int_data.odrops = ifm.ifm_data.ifi_odrops;
1021 oerr += (ifs.int_data.odrops
1022 - ifp->int_data.odrops);
H A Ddefs.h315 u_int odrops; member in struct:interface::int_data
/netbsd-6-1-5-RELEASE/usr.sbin/lmcconfig/
H A Dlmcconfig.c1137 if (status.cntrs.odrops) printf("Tx drops:\t\t%u\n", status.cntrs.odrops);
2562 status.cntrs.odrops -= old.cntrs.odrops;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_lmc.h732 u_int32_t odrops; /* Tx packets dropped by SW */ member in struct:cntrs
H A Dif_lmc.c3386 sc->status.cntrs.odrops++;
3403 sc->status.cntrs.odrops++;
3873 stats->tx_dropped = cntrs->odrops;

Completed in 135 milliseconds