| /dflybsd-src/sys/dev/netif/ic/ |
| H A D | if_ic.c | 353 IFNET_STAT_INC(ifp, oerrors, 1); in icoutput() 366 IFNET_STAT_INC(ifp, oerrors, 1); in icoutput() 393 IFNET_STAT_INC(ifp, oerrors, 1); in icoutput()
|
| /dflybsd-src/sys/net/ |
| H A D | if_mib.c | 116 COPY_DATA(oerrors); in sysctl_ifdata() 161 COPY_DATA(oerrors); in sysctl_ifdata()
|
| /dflybsd-src/sys/netgraph7/bluetooth/include/ |
| H A D | ng_h4.h | 105 u_int32_t oerrors; /* # of output errors */ member
|
| H A D | ng_ubt.h | 81 u_int32_t oerrors; /* # of output errors */ member
|
| H A D | ng_bt3c.h | 96 u_int32_t oerrors; /* # of output errors */ member
|
| /dflybsd-src/usr.bin/netstat/ |
| H A D | if.c | 124 u_long oerrors; in intpr() local 227 oerrors = ifdata.ifd_oerrors; in intpr() 240 oerrors += ifdata.ifd_oerrors; in intpr() 400 show_stat("lu", 5, oerrors, link_layer); in intpr()
|
| /dflybsd-src/sys/dev/netif/lnc/ |
| H A D | am79900.c | 398 IFNET_STAT_INC(ifp, oerrors, 1); in am79900_tint() 461 IFNET_STAT_INC(ifp, oerrors, 1); in am79900_intr() 490 IFNET_STAT_INC(ifp, oerrors, 1); in am79900_intr()
|
| H A D | am7990.c | 361 IFNET_STAT_INC(ifp, oerrors, 1); in am7990_tint() 424 IFNET_STAT_INC(ifp, oerrors, 1); in am7990_intr() 453 IFNET_STAT_INC(ifp, oerrors, 1); in am7990_intr()
|
| /dflybsd-src/sys/netgraph7/bluetooth/drivers/h4/ |
| H A D | ng_h4_var.h | 82 #define NG_H4_STAT_OERROR(s) (s).oerrors ++
|
| /dflybsd-src/sys/netgraph7/bluetooth/drivers/bt3c/ |
| H A D | ng_bt3c_var.h | 88 #define NG_BT3C_STAT_OERROR(s) (s).oerrors ++
|
| /dflybsd-src/sys/netgraph7/bluetooth/drivers/ubt/ |
| H A D | ng_ubt_var.h | 87 #define UBT_STAT_OERROR(sc) (sc)->sc_stat.oerrors ++
|
| /dflybsd-src/sys/dev/netif/xe/ |
| H A D | if_xe.c | 694 IFNET_STAT_INC(ifp, oerrors, 1); in xe_intr() 712 IFNET_STAT_INC(ifp, oerrors, 1); in xe_intr() 718 IFNET_STAT_INC(ifp, oerrors, 1); in xe_intr() 724 IFNET_STAT_INC(ifp, oerrors, 1); in xe_intr() 875 IFNET_STAT_INC(ifp, oerrors, scp->tx_queued); in xe_watchdog()
|
| /dflybsd-src/sys/dev/netif/sn/ |
| H A D | if_sn.c | 378 IFNET_STAT_INC(&sc->arpcom.ac_if, oerrors, 1); in snstart() 587 IFNET_STAT_INC(ifp, oerrors, 1); in snresume() 849 IFNET_STAT_INC(&sc->arpcom.ac_if, oerrors, 1); in sn_intr()
|
| /dflybsd-src/sys/dev/netif/tx/ |
| H A D | if_tx.c | 515 IFNET_STAT_INC(ifp, oerrors, 1); in epic_ifstart() 643 else IFNET_STAT_INC(&sc->sc_if, oerrors, 1); in epic_tx_done() 717 IFNET_STAT_INC(&sc->sc_if, oerrors, 1); in epic_intr() 777 IFNET_STAT_INC(ifp, oerrors, sc->pending_txs); in epic_ifwatchdog()
|
| /dflybsd-src/sys/dev/netif/plip/ |
| H A D | if_plip.c | 674 IFNET_STAT_INC(ifp, oerrors, 1); in lpoutput() 719 IFNET_STAT_INC(ifp, oerrors, 1); in lpoutput()
|
| /dflybsd-src/sys/dev/netif/fwe/ |
| H A D | if_fwe.c | 442 IFNET_STAT_INC(ifp, oerrors, 1); in fwe_output_callback() 515 IFNET_STAT_INC(ifp, oerrors, 1); in fwe_as_output()
|
| /dflybsd-src/sbin/routed/ |
| H A D | if.c | 731 ifs0.int_data.oerrors = ifm->ifm_data.ifi_oerrors; in ifinit() 966 oerr = ifs.int_data.oerrors - ifp->int_data.oerrors; in ifinit()
|
| /dflybsd-src/sys/bus/u4b/net/ |
| H A D | if_mos.c | 893 IFNET_STAT_INC(ifp, oerrors, 1); in mos_bulk_write_callback() 984 IFNET_STAT_INC(ifp, oerrors, 1); in mos_intr_callback()
|
| /dflybsd-src/sys/netinet/ |
| H A D | ip_carp.c | 1358 IFNET_STAT_INC(cifp, oerrors, 1); in carp_send_ad() 1398 IFNET_STAT_INC(cifp, oerrors, 1); in carp_send_ad() 1427 IFNET_STAT_INC(cifp, oerrors, 1); in carp_send_ad() 1453 IFNET_STAT_INC(cifp, oerrors, 1); in carp_send_ad() 1470 IFNET_STAT_INC(cifp, oerrors, 1); in carp_send_ad() 2723 IFNET_STAT_INC(ifp, oerrors, 1); in carp_output()
|
| /dflybsd-src/sys/netproto/802_11/ |
| H A D | README.DRAGONFLY | 49 if_inc_counter(ifp, IFCOUNTER_OERRORS, 1) -> IFNET_STAT_INC(ifp, oerrors, 1)
|
| /dflybsd-src/sys/dev/netif/fxp/ |
| H A D | if_fxp.c | 1100 IFNET_STAT_INC(ifp, oerrors, 1); in fxp_start() 1107 IFNET_STAT_INC(ifp, oerrors, 1); in fxp_start() 1471 IFNET_STAT_INC(ifp, oerrors, sp->tx_underruns); in fxp_tick() 1630 IFNET_STAT_INC(ifp, oerrors, 1); in fxp_watchdog()
|
| /dflybsd-src/sys/net/tun/ |
| H A D | if_tun.c | 600 IFNET_STAT_INC(ifp, oerrors, 1); in tunifoutput_serialized() 613 IFNET_STAT_INC(ifp, oerrors, 1); in tunifoutput_serialized()
|
| /dflybsd-src/sys/dev/netif/vr/ |
| H A D | if_vr.c | 1117 IFNET_STAT_INC(ifp, oerrors, 1); in vr_txeof() 1243 IFNET_STAT_INC(ifp, oerrors, 1); in vr_intr() 1605 IFNET_STAT_INC(ifp, oerrors, 1); in vr_watchdog()
|
| /dflybsd-src/sys/dev/netif/wb/ |
| H A D | if_wb.c | 1071 IFNET_STAT_INC(ifp, oerrors, 1); in wb_txeof() 1166 IFNET_STAT_INC(ifp, oerrors, 1); in wb_intr() 1563 IFNET_STAT_INC(ifp, oerrors, 1); in wb_watchdog()
|
| /dflybsd-src/sys/dev/netif/bfe/ |
| H A D | if_bfe.c | 1178 IFNET_STAT_INC(ifp, oerrors, 1); in bfe_intr() 1313 IFNET_STAT_INC(ifp, oerrors, 1); in bfe_start() 1481 IFNET_STAT_INC(ifp, oerrors, 1); in bfe_watchdog()
|