Home
last modified time | relevance | path

Searched refs:IFNET_STAT_INC (Results 1 – 25 of 89) sorted by relevance

1234

/dflybsd-src/sys/dev/netif/lnc/
H A Dam7990.c272 IFNET_STAT_INC(ifp, ipackets, 1); in am7990_rint()
296 IFNET_STAT_INC(ifp, ierrors, 1); in am7990_rint()
353 IFNET_STAT_INC(ifp, collisions, 1); in am7990_tint()
359 IFNET_STAT_INC(ifp, collisions, 16); in am7990_tint()
361 IFNET_STAT_INC(ifp, oerrors, 1); in am7990_tint()
364 IFNET_STAT_INC(ifp, collisions, 1); in am7990_tint()
367 IFNET_STAT_INC(ifp, collisions, 2); in am7990_tint()
368 IFNET_STAT_INC(ifp, opackets, 1); in am7990_tint()
393 IFNET_STAT_INC(ifp, ierrors, 1); in am7990_intr()
424 IFNET_STAT_INC(ifp, oerrors, 1); in am7990_intr()
[all …]
H A Dam79900.c313 IFNET_STAT_INC(ifp, ipackets, 1); in am79900_rint()
332 IFNET_STAT_INC(ifp, ierrors, 1); in am79900_rint()
391 IFNET_STAT_INC(ifp, collisions, 1); in am79900_tint()
396 IFNET_STAT_INC(ifp, collisions, 16); in am79900_tint()
398 IFNET_STAT_INC(ifp, oerrors, 1); in am79900_tint()
401 IFNET_STAT_INC(ifp, collisions, 1); in am79900_tint()
404 IFNET_STAT_INC(ifp, collisions, 2); in am79900_tint()
405 IFNET_STAT_INC(ifp, opackets, 1); in am79900_tint()
430 IFNET_STAT_INC(ifp, ierrors, 1); in am79900_intr()
461 IFNET_STAT_INC(ifp, oerrors, 1); in am79900_intr()
[all …]
/dflybsd-src/sys/dev/netif/ic/
H A Dif_ic.c285 IFNET_STAT_INC(&sc->ic_if, ipackets, 1); in icintr()
286 IFNET_STAT_INC(&sc->ic_if, ibytes, len); in icintr()
300 IFNET_STAT_INC(&sc->ic_if, ierrors, 1); in icintr()
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()
395 IFNET_STAT_INC(ifp, opackets, 1); in icoutput()
396 IFNET_STAT_INC(ifp, obytes, len); in icoutput()
/dflybsd-src/sys/net/sl/
H A Dif_sl.c469 IFNET_STAT_INC(&sc->sc_if, noproto, 1); in sloutput_serialized()
501 IFNET_STAT_INC(&sc->sc_if, oqdrops, 1); in sloutput_serialized()
570 IFNET_STAT_INC(&sc->sc_if, omcasts, 1); /* XXX */ in slstart()
638 IFNET_STAT_INC(&sc->sc_if, obytes, 1); in slstart()
671 IFNET_STAT_INC(&sc->sc_if, obytes, in slstart()
688 IFNET_STAT_INC(&sc->sc_if, obytes, 2); in slstart()
704 IFNET_STAT_INC(&sc->sc_if, collisions, 1); in slstart()
706 IFNET_STAT_INC(&sc->sc_if, obytes, 1); in slstart()
707 IFNET_STAT_INC(&sc->sc_if, opackets, 1); in slstart()
792 IFNET_STAT_INC(&sc->sc_if, ibytes, 1); in slinput()
[all …]
/dflybsd-src/sys/dev/netif/plip/
H A Dif_plip.c495 IFNET_STAT_INC(&sc->sc_if, ipackets, 1); in lp_intr()
496 IFNET_STAT_INC(&sc->sc_if, ibytes, len); in lp_intr()
540 IFNET_STAT_INC(&sc->sc_if, ipackets, 1); in lp_intr()
541 IFNET_STAT_INC(&sc->sc_if, ibytes, len); in lp_intr()
554 IFNET_STAT_INC(&sc->sc_if, ierrors, 1); in lp_intr()
674 IFNET_STAT_INC(ifp, oerrors, 1); in lpoutput()
677 IFNET_STAT_INC(ifp, opackets, 1); in lpoutput()
678 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len); in lpoutput()
719 IFNET_STAT_INC(ifp, oerrors, 1); in lpoutput()
722 IFNET_STAT_INC(ifp, opackets, 1); in lpoutput()
[all …]
/dflybsd-src/sys/net/
H A Dif_loop.c160 IFNET_STAT_INC(ifp, opackets, 1); in lo_output()
161 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len); in lo_output()
284 IFNET_STAT_INC(ifp, ipackets, 1); in if_simloop()
285 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in if_simloop()
327 IFNET_STAT_INC(ifp, ipackets, 1); in lo_altqstart()
328 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in lo_altqstart()
H A Dif_ethersubr.c356 IFNET_STAT_INC(ifp, iqdrops, 1); in ether_output()
1092 IFNET_STAT_INC(m->m_pkthdr.rcvif, noproto, 1); in ether_demux_oncpu()
1324 IFNET_STAT_INC(ifp, ipackets, 1); in ether_reinput_oncpu()
1325 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in ether_reinput_oncpu()
1327 IFNET_STAT_INC(ifp, imcasts, 1); in ether_reinput_oncpu()
1359 IFNET_STAT_INC(m->m_pkthdr.rcvif, noproto, 1); in ether_vlancheck()
1367 IFNET_STAT_INC(m->m_pkthdr.rcvif, noproto, 1); in ether_vlancheck()
1434 IFNET_STAT_INC(ifp, imcasts, 1); in ether_input_handler()
1514 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in ether_input()
1521 IFNET_STAT_INC(ifp, imcasts, 1); in ether_input()
/dflybsd-src/sys/dev/netif/sn/
H A Dif_sn.c378 IFNET_STAT_INC(&sc->arpcom.ac_if, oerrors, 1); in snstart()
518 IFNET_STAT_INC(ifp, opackets, 1); in snstart()
587 IFNET_STAT_INC(ifp, oerrors, 1); in snresume()
706 IFNET_STAT_INC(ifp, opackets, 1); in snresume()
777 IFNET_STAT_INC(&sc->arpcom.ac_if, ierrors, 1); in sn_intr()
849 IFNET_STAT_INC(&sc->arpcom.ac_if, oerrors, 1); in sn_intr()
853 IFNET_STAT_INC(&sc->arpcom.ac_if, collisions, 1); in sn_intr()
904 IFNET_STAT_INC(&sc->arpcom.ac_if, collisions, in sn_intr()
910 IFNET_STAT_INC(&sc->arpcom.ac_if, collisions, in sn_intr()
995 IFNET_STAT_INC(ifp, ierrors, 1); in snread()
[all …]
/dflybsd-src/sys/netinet/
H A Dip_gre.c143 IFNET_STAT_INC(&sc->sc_if, ipackets, 1); in gre_input2()
144 IFNET_STAT_INC(&sc->sc_if, ibytes, m->m_pkthdr.len); in gre_input2()
220 IFNET_STAT_INC(&sc->sc_if, ipackets, 1); in gre_mobile_input()
221 IFNET_STAT_INC(&sc->sc_if, ibytes, m->m_pkthdr.len); in gre_mobile_input()
/dflybsd-src/sys/dev/netif/xe/
H A Dif_xe.c653 IFNET_STAT_INC(ifp, opackets, sent); in xe_intr()
654 IFNET_STAT_INC(ifp, collisions, coll); in xe_intr()
693 IFNET_STAT_INC(ifp, collisions, 16); in xe_intr()
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()
730 IFNET_STAT_INC(ifp, ierrors, 1); in xe_intr()
736 IFNET_STAT_INC(ifp, ierrors, 1); in xe_intr()
757 IFNET_STAT_INC(ifp, iqdrops, 1); in xe_intr()
[all …]
/dflybsd-src/sys/bus/u4b/net/
H A Dif_cue.c460 IFNET_STAT_INC(ifp, ierrors, 1); in cue_bulk_read_callback()
504 IFNET_STAT_INC(ifp, opackets, 1); in cue_bulk_write_callback()
542 IFNET_STAT_INC(ifp, oerrors, 1); in cue_bulk_write_callback()
561 IFNET_STAT_INC(ifp, collisions, cue_csr_read_2(sc, CUE_TX_SINGLECOLL)); in cue_tick()
562 IFNET_STAT_INC(ifp, collisions, cue_csr_read_2(sc, CUE_TX_MULTICOLL)); in cue_tick()
563 IFNET_STAT_INC(ifp, collisions, cue_csr_read_2(sc, CUE_TX_EXCESSCOLL)); in cue_tick()
566 IFNET_STAT_INC(ifp, ierrors, 1); in cue_tick()
H A Dif_mos.c795 IFNET_STAT_INC(ifp, ierrors, 1); in mos_bulk_read_callback()
814 IFNET_STAT_INC(ifp, ierrors, 1); in mos_bulk_read_callback()
823 IFNET_STAT_INC(ifp, ierrors, 1); in mos_bulk_read_callback()
862 IFNET_STAT_INC(ifp, opackets, 1); in mos_bulk_write_callback()
889 IFNET_STAT_INC(ifp, opackets, 1); in mos_bulk_write_callback()
893 IFNET_STAT_INC(ifp, oerrors, 1); in mos_bulk_write_callback()
984 IFNET_STAT_INC(ifp, oerrors, 1); in mos_intr_callback()
H A Dif_aue.c746 IFNET_STAT_INC(ifp, oerrors, 1); in aue_intr_callback()
749 IFNET_STAT_INC(ifp, collisions, 1); in aue_intr_callback()
788 IFNET_STAT_INC(ifp, ierrors, 1); in aue_bulk_read_callback()
794 IFNET_STAT_INC(ifp, ierrors, 1); in aue_bulk_read_callback()
806 IFNET_STAT_INC(ifp, ierrors, 1); in aue_bulk_read_callback()
851 IFNET_STAT_INC(ifp, opackets, 1); in aue_bulk_write_callback()
908 IFNET_STAT_INC(ifp, oerrors, 1); in aue_bulk_write_callback()
/dflybsd-src/sys/dev/netif/tx/
H A Dif_tx.c515 IFNET_STAT_INC(ifp, oerrors, 1); in epic_ifstart()
576 IFNET_STAT_INC(&sc->sc_if, ierrors, 1); in epic_rx_done()
590 IFNET_STAT_INC(ifp, ierrors, 1); in epic_rx_done()
606 IFNET_STAT_INC(ifp, ipackets, 1); in epic_rx_done()
642 if (status & 0x0001) IFNET_STAT_INC(&sc->sc_if, opackets, 1); in epic_tx_done()
643 else IFNET_STAT_INC(&sc->sc_if, oerrors, 1); in epic_tx_done()
644 IFNET_STAT_INC(&sc->sc_if, collisions, (status >> 8) & 0x1F); in epic_tx_done()
680 IFNET_STAT_INC(&sc->sc_if, ierrors, 1); in epic_intr()
712 IFNET_STAT_INC(&sc->sc_if, ierrors, 1); in epic_intr()
717 IFNET_STAT_INC(&sc->sc_if, oerrors, 1); in epic_intr()
[all …]
/dflybsd-src/sys/dev/netif/vr/
H A Dif_vr.c982 IFNET_STAT_INC(ifp, ierrors, 1); in vr_rxeof()
1019 IFNET_STAT_INC(ifp, ierrors, 1); in vr_rxeof()
1025 IFNET_STAT_INC(ifp, ipackets, 1); in vr_rxeof()
1038 IFNET_STAT_INC(ifp, ierrors, 1); in vr_rxeoc()
1117 IFNET_STAT_INC(ifp, oerrors, 1); in vr_txeof()
1119 IFNET_STAT_INC(ifp, collisions, 1); in vr_txeof()
1121 IFNET_STAT_INC(ifp, collisions, 1); in vr_txeof()
1124 IFNET_STAT_INC(ifp, collisions, in vr_txeof()
1127 IFNET_STAT_INC(ifp, opackets, 1); in vr_txeof()
1215 IFNET_STAT_INC(ifp, ierrors, 1); in vr_intr()
[all …]
/dflybsd-src/sys/dev/netif/wb/
H A Dif_wb.c986 IFNET_STAT_INC(ifp, ierrors, 1); in wb_rxeof()
997 IFNET_STAT_INC(ifp, ierrors, 1); in wb_rxeof()
1018 IFNET_STAT_INC(ifp, ierrors, 1); in wb_rxeof()
1024 IFNET_STAT_INC(ifp, ipackets, 1); in wb_rxeof()
1071 IFNET_STAT_INC(ifp, oerrors, 1); in wb_txeof()
1073 IFNET_STAT_INC(ifp, collisions, 1); in wb_txeof()
1075 IFNET_STAT_INC(ifp, collisions, 1); in wb_txeof()
1078 IFNET_STAT_INC(ifp, collisions, in wb_txeof()
1081 IFNET_STAT_INC(ifp, opackets, 1); in wb_txeof()
1137 IFNET_STAT_INC(ifp, ierrors, 1); in wb_intr()
[all …]
/dflybsd-src/sys/dev/netif/sln/
H A Dif_sln.c868 IFNET_STAT_INC(ifp, ierrors, 1); in sln_rx()
916 IFNET_STAT_INC(ifp, ierrors, 1); in sln_rx()
931 IFNET_STAT_INC(ifp, ierrors, 1); in sln_rx()
943 IFNET_STAT_INC(ifp, ipackets, 1); in sln_rx()
987 IFNET_STAT_INC(ifp, opackets, 1); in sln_tx_intr()
988 IFNET_STAT_INC(ifp, obytes, txstat & SL_TXSD_LENMASK); in sln_tx_intr()
993 IFNET_STAT_INC(ifp, collisions, in sln_tx_intr()
996 IFNET_STAT_INC(ifp, oerrors, 1); in sln_tx_intr()
1097 IFNET_STAT_INC(ifp, ierrors, 1); in sln_interrupt()
1165 IFNET_STAT_INC(ifp, oerrors, 1); in sln_watchdog()
/dflybsd-src/sys/dev/netif/my/
H A Dif_my.c1100 IFNET_STAT_INC(ifp, ierrors, 1); in my_rxeof()
1113 IFNET_STAT_INC(ifp, ierrors, 1); in my_rxeof()
1126 IFNET_STAT_INC(ifp, ierrors, 1); in my_rxeof()
1133 IFNET_STAT_INC(ifp, ipackets, 1); in my_rxeof()
1166 IFNET_STAT_INC(ifp, oerrors, 1); in my_txeof()
1168 IFNET_STAT_INC(ifp, collisions, 1); in my_txeof()
1170 IFNET_STAT_INC(ifp, collisions, 1); in my_txeof()
1172 IFNET_STAT_INC(ifp, collisions, in my_txeof()
1175 IFNET_STAT_INC(ifp, opackets, 1); in my_txeof()
1186 IFNET_STAT_INC(ifp, collisions, in my_txeof()
[all …]
/dflybsd-src/sys/net/disc/
H A Dif_disc.c139 IFNET_STAT_INC(ifp, opackets, 1); in discoutput()
140 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len); in discoutput()
/dflybsd-src/sys/net/tun/
H A Dif_tun.c600 IFNET_STAT_INC(ifp, oerrors, 1); in tunifoutput_serialized()
613 IFNET_STAT_INC(ifp, oerrors, 1); in tunifoutput_serialized()
630 IFNET_STAT_INC(ifp, collisions, 1); in tunifoutput_serialized()
632 IFNET_STAT_INC(ifp, opackets, 1); in tunifoutput_serialized()
886 IFNET_STAT_INC(ifp, ierrors, 1); in tunwrite()
938 IFNET_STAT_INC(ifp, ibytes, top->m_pkthdr.len); in tunwrite()
939 IFNET_STAT_INC(ifp, ipackets, 1); in tunwrite()
/dflybsd-src/sys/dev/netif/pcn/
H A Dif_pcn.c779 IFNET_STAT_INC(ifp, ierrors, 1); in pcn_rxeof()
788 IFNET_STAT_INC(ifp, ierrors, 1); in pcn_rxeof()
796 IFNET_STAT_INC(ifp, ipackets, 1); in pcn_rxeof()
841 IFNET_STAT_INC(ifp, oerrors, 1); in pcn_txeof()
843 IFNET_STAT_INC(ifp, collisions, 1); in pcn_txeof()
845 IFNET_STAT_INC(ifp, collisions, 1); in pcn_txeof()
848 IFNET_STAT_INC(ifp, collisions, in pcn_txeof()
851 IFNET_STAT_INC(ifp, opackets, 1); in pcn_txeof()
1304 IFNET_STAT_INC(ifp, oerrors, 1); in pcn_watchdog()
/dflybsd-src/sys/net/gif/
H A Dif_gif.c365 IFNET_STAT_INC(ifp, opackets, 1); in gif_output_serialized()
366 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len); in gif_output_serialized()
392 IFNET_STAT_INC(ifp, oerrors, 1); in gif_output_serialized()
465 IFNET_STAT_INC(ifp, ipackets, 1); in gif_input()
466 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in gif_input()
/dflybsd-src/sys/netgraph7/iface/
H A Dng_iface.c439 IFNET_STAT_INC(ifp, oerrors, 1); in ng_iface_output()
520 IFNET_STAT_INC(ifp, obytes, len); in ng_iface_send()
521 IFNET_STAT_INC(ifp, opackets, 1); in ng_iface_send()
791 IFNET_STAT_INC(ifp, ipackets, 1); in ng_iface_rcvdata()
792 IFNET_STAT_INC(ifp, ibytes, m->m_pkthdr.len); in ng_iface_rcvdata()
/dflybsd-src/sys/dev/netif/fwe/
H A Dif_fwe.c442 IFNET_STAT_INC(ifp, oerrors, 1); in fwe_output_callback()
515 IFNET_STAT_INC(ifp, oerrors, 1); in fwe_as_output()
519 IFNET_STAT_INC(ifp, opackets, 1); in fwe_as_output()
563 IFNET_STAT_INC(ifp, ierrors, 1); in fwe_as_input()
587 IFNET_STAT_INC(ifp, ipackets, 1); in fwe_as_input()
/dflybsd-src/sys/net/wg/
H A Dif_wg.c1155 IFNET_STAT_INC(sc->sc_ifp, opackets, 1); in wg_send()
1156 IFNET_STAT_INC(sc->sc_ifp, obytes, len); in wg_send()
1158 IFNET_STAT_INC(sc->sc_ifp, oerrors, 1); in wg_send()
1733 IFNET_STAT_INC(sc->sc_ifp, ipackets, 1); in wg_handshake()
1734 IFNET_STAT_INC(sc->sc_ifp, ibytes, m->m_pkthdr.len); in wg_handshake()
1742 IFNET_STAT_INC(sc->sc_ifp, ierrors, 1); in wg_handshake()
1997 IFNET_STAT_INC(sc->sc_ifp, oerrors, 1); in wg_deliver_out()
2047 IFNET_STAT_INC(ifp, ierrors, 1); in wg_deliver_in()
2062 IFNET_STAT_INC(ifp, ipackets, 1); in wg_deliver_in()
2063 IFNET_STAT_INC(ifp, ibytes, rx_bytes); in wg_deliver_in()
[all …]

1234