Home
last modified time | relevance | path

Searched refs:obytes (Results 1 – 25 of 33) sorted by relevance

12

/dragonfly/sys/net/
H A Dif_mib.c119 COPY_DATA(obytes); in sysctl_ifdata()
164 COPY_DATA(obytes); in sysctl_ifdata()
H A Dif_loop.c161 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len); in lo_output()
H A Difq_var.h399 IFNET_STAT_INC(_ifp, obytes, _m->m_pkthdr.len); in ifq_handoff()
/dragonfly/usr.bin/netstat/
H A Dif.c122 u_long obytes; in intpr() local
225 obytes = ifdata.ifd_obytes; in intpr()
238 obytes += ifdata.ifd_obytes; in intpr()
372 obytes = ifaddr.ifa.if_obytes; in intpr()
403 show_stat("lu", 10, obytes, link_layer|network_layer); in intpr()
/dragonfly/sys/net/sl/
H A Dif_sl.c638 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()
706 IFNET_STAT_INC(&sc->sc_if, obytes, 1); in slstart()
1049 IFNET_STAT_INC(&sc->sc_if, obytes, 1); in sl_outfill()
/dragonfly/sys/net/disc/
H A Dif_disc.c140 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len); in discoutput()
/dragonfly/sys/netinet6/
H A Dip6_mroute.h215 u_quad_t obytes; /* Output byte count on mif */ member
H A Dip6_output.c728 IFA_STAT_INC(&ia6->ia_ifa, obytes, m->m_pkthdr.len); in ip6_output()
858 IFA_STAT_INC(&ia->ia_ifa, obytes, in ip6_output()
/dragonfly/sys/dev/netif/plip/
H A Dif_plip.c678 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len); in lpoutput()
723 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len); in lpoutput()
/dragonfly/sys/net/ip_mroute/
H A Dip_mroute.h247 u_long obytes; /* Output byte count on vif */ member
/dragonfly/sys/dev/netif/ic/
H A Dif_ic.c396 IFNET_STAT_INC(ifp, obytes, len); in icoutput()
/dragonfly/sys/net/pf/
H A Dif_pflog.c292 IFNET_STAT_INC(ifn, obytes, m->m_pkthdr.len); in pflog_packet()
/dragonfly/sys/netgraph/eiface/
H A Dng_eiface.c261 IFNET_STAT_INC(ifp, obytes, len); in ng_eiface_start()
/dragonfly/crypto/openssh/
H A Dclientloop.c1222 u_int64_t ibytes, obytes; in client_loop() local
1447 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop()
1449 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop()
1452 obytes / total_time, ibytes / total_time); in client_loop()
H A Dsshd.c1550 u_int64_t ibytes, obytes; local
2314 ssh_packet_get_bytes(ssh, &ibytes, &obytes);
2316 (unsigned long long)obytes, (unsigned long long)ibytes);
H A Dpacket.c467 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes() argument
471 if (obytes) in ssh_packet_get_bytes()
472 *obytes = ssh->state->p_send.bytes; in ssh_packet_get_bytes()
/dragonfly/sys/netgraph/iface/
H A Dng_iface.c451 IFNET_STAT_INC(ifp, obytes, len); in ng_iface_output_serialized()
/dragonfly/sys/netgraph7/iface/
H A Dng_iface.c520 IFNET_STAT_INC(ifp, obytes, len); in ng_iface_send()
/dragonfly/sys/net/gif/
H A Dif_gif.c366 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len); in gif_output_serialized()
/dragonfly/sys/netinet/
H A Dip_output.c671 IFA_STAT_INC(&ia->ia_ifa, obytes, m->m_pkthdr.len); in ip_output()
735 IFA_STAT_INC(&ia->ia_ifa, obytes, in ip_output()
H A Dip_carp.c1394 IFNET_STAT_INC(cifp, obytes, len); in carp_send_ad()
1466 IFNET_STAT_INC(cifp, obytes, len); in carp_send_ad()
2713 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len + ETHER_HDR_LEN); in carp_output()
/dragonfly/sys/net/gre/
H A Dif_gre.c417 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len); in gre_output_serialized()
/dragonfly/sys/net/sppp/
H A Dif_spppsubr.c897 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len + 3); in sppp_output_serialized()
1318 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len + 3); in sppp_cisco_send()
1376 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len + 3); in sppp_cp_send()
4687 IFNET_STAT_INC(ifp, obytes, m->m_pkthdr.len + 3); in sppp_auth_send()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_chain.c1345 size_t obytes; in hammer2_chain_resize() local
1363 obytes = chain->bytes; in hammer2_chain_resize()
1365 if (obytes == nbytes) in hammer2_chain_resize()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_chain.c1351 size_t obytes; in hammer2_chain_resize() local
1369 obytes = chain->bytes; in hammer2_chain_resize()
1371 if (obytes == nbytes) in hammer2_chain_resize()

12