Home
last modified time | relevance | path

Searched refs:opackets (Results 1 – 25 of 87) sorted by relevance

1234

/dragonfly/sys/net/
H A Dif_mib.c115 COPY_DATA(opackets); in sysctl_ifdata()
160 COPY_DATA(opackets); in sysctl_ifdata()
H A Dif_loop.c160 IFNET_STAT_INC(ifp, opackets, 1); in lo_output()
/dragonfly/usr.bin/netstat/
H A Dif.c120 u_long opackets; in intpr() local
223 opackets = ifdata.ifd_opackets; in intpr()
236 opackets += ifdata.ifd_opackets; in intpr()
370 opackets = ifaddr.ifa.if_opackets; in intpr()
398 show_stat("lu", 8, opackets, link_layer|network_layer); in intpr()
/dragonfly/sys/net/disc/
H A Dif_disc.c139 IFNET_STAT_INC(ifp, opackets, 1); in discoutput()
/dragonfly/sys/dev/netif/mxge/
H A Dif_mxge_var.h181 u_long opackets; /* saved ifnet.opackets */ member
H A Dif_mxge.c2383 IFNET_STAT_INC(ifp, opackets, 1); in mxge_tx_done()
3698 u_long ipackets, opackets, pkts; in mxge_update_stats() local
3701 IFNET_STAT_GET(sc->ifp, opackets, opackets); in mxge_update_stats()
3704 pkts += opackets - sc->opackets; in mxge_update_stats()
3707 sc->opackets = opackets; in mxge_update_stats()
/dragonfly/sys/dev/netif/plip/
H A Dif_plip.c677 IFNET_STAT_INC(ifp, opackets, 1); in lpoutput()
722 IFNET_STAT_INC(ifp, opackets, 1); in lpoutput()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_ioctl.c257 IFNET_STAT_GET(ifp, opackets, v); in ath_ioctl()
/dragonfly/sys/dev/netif/ic/
H A Dif_ic.c395 IFNET_STAT_INC(ifp, opackets, 1); in icoutput()
/dragonfly/sys/net/pf/
H A Dif_pflog.c291 IFNET_STAT_INC(ifn, opackets, 1); in pflog_packet()
/dragonfly/sbin/routed/
H A Dif.c730 ifs0.int_data.opackets = ifm->ifm_data.ifi_opackets; in ifinit()
965 out = ifs.int_data.opackets - ifp->int_data.opackets; in ifinit()
H A Ddefs.h270 u_int opackets; member
/dragonfly/sys/bus/u4b/net/
H A Dif_mos.c862 IFNET_STAT_INC(ifp, opackets, 1); in mos_bulk_write_callback()
889 IFNET_STAT_INC(ifp, opackets, 1); in mos_bulk_write_callback()
H A Dif_ipheth.c400 IFNET_STAT_INC(ifp, opackets, 1); in ipheth_bulk_write_callback()
H A Dif_cue.c504 IFNET_STAT_INC(ifp, opackets, 1); in cue_bulk_write_callback()
H A Dif_kue.c594 IFNET_STAT_INC(ifp, opackets, 1); in kue_bulk_write_callback()
H A Dif_cdce.c793 IFNET_STAT_INC(ifp, opackets, 1); in cdce_bulk_write_callback()
1304 IFNET_STAT_INC(ifp, opackets, 1); in cdce_ncm_fill_tx_frames()
/dragonfly/sys/dev/netif/sn/
H A Dif_sn.c518 IFNET_STAT_INC(ifp, opackets, 1); in snstart()
706 IFNET_STAT_INC(ifp, opackets, 1); in snresume()
/dragonfly/sys/netgraph/eiface/
H A Dng_eiface.c262 IFNET_STAT_INC(ifp, opackets, 1); in ng_eiface_start()
/dragonfly/sys/dev/netif/sln/
H A Dif_sln.c987 IFNET_STAT_INC(ifp, opackets, 1); in sln_tx_intr()
990 IFNET_STAT_GET(ifp, opackets, opkts); in sln_tx_intr()
/dragonfly/sys/dev/netif/lnc/
H A Dam79900.c405 IFNET_STAT_INC(ifp, opackets, 1); in am79900_tint()
H A Dam7990.c368 IFNET_STAT_INC(ifp, opackets, 1); in am7990_tint()
/dragonfly/sys/netgraph/iface/
H A Dng_iface.c452 IFNET_STAT_INC(ifp, opackets, 1); in ng_iface_output_serialized()
/dragonfly/sys/netgraph7/iface/
H A Dng_iface.c521 IFNET_STAT_INC(ifp, opackets, 1); in ng_iface_send()
/dragonfly/sys/dev/netif/fwe/
H A Dif_fwe.c519 IFNET_STAT_INC(ifp, opackets, 1); in fwe_as_output()

1234