Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe.h454 u64 obytes; member
478 #define IXGBE_SET_OBYTES(sc, count) (sc)->obytes = (count)
H A Dif_ixv.c1188 return (sc->obytes); in ixv_if_get_counter()
H A Dif_ix.c1218 return (sc->obytes); in ixgbe_if_get_counter()
/freebsd/sys/dev/ixl/
H A Dixl.h278 #define IXL_SET_OBYTES(vsi, count) (vsi)->obytes = (count)
456 u64 obytes; member
H A Dif_ixl.c1786 return (vsi->obytes); in ixl_if_get_counter()
/freebsd/usr.bin/netstat/
H A Dif.c429 IFA_STAT(obytes)); in intpr()
515 IFA_STAT(obytes), link|network, 0); in intpr()
630 st->ift_ob += IFA_STAT(obytes); in fill_iftot()
/freebsd/sys/netinet6/
H A Dip6_mroute.h195 u_quad_t obytes; /* Output byte count on mif */ member
H A Dip6_mroute.c529 req->obytes = mif6table[mifi].m6_bytes_out; in get_mif6_cnt()
/freebsd/sys/dev/mxge/
H A Dif_mxge_var.h182 u_long obytes; member
H A Dif_mxge.c2737 ss->obytes += m->m_pkthdr.len; in mxge_tx_done()
3867 rv += sc->ss[s].obytes; in mxge_get_counter()
/freebsd/sys/dev/iavf/
H A Diavf_iflib.h269 u64 obytes; member
H A Diavf_vc_common.c666 vsi->obytes = es->tx_bytes; in iavf_update_stats_counters()
H A Dif_iavf_iflib.c1486 return (vsi->obytes); in iavf_if_get_counter()
/freebsd/sys/netinet/
H A Dip_mroute.h248 u_long obytes; /* Output byte count on vif */ member
H A Dip_mroute.c607 req->obytes = V_viftable[vifi].v_bytes_out; in get_vif_cnt()
/freebsd/sys/kern/
H A Dtty_ttydisc.c1378 ssize_t obytes = uio->uio_resid; in ttydisc_getc_uio() local
1413 atomic_add_long(&tty_nout, obytes - uio->uio_resid); in ttydisc_getc_uio()
/freebsd/crypto/openssh/
H A Dclientloop.c1450 u_int64_t ibytes, obytes; in client_loop() local
1690 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop()
1692 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop()
1695 obytes / total_time, ibytes / total_time); in client_loop()
H A Dsshd.c1618 u_int64_t ibytes, obytes; local
2425 ssh_packet_get_bytes(ssh, &ibytes, &obytes);
2427 (unsigned long long)obytes, (unsigned long long)ibytes);
H A Dpacket.c468 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes() argument
472 if (obytes) in ssh_packet_get_bytes()
473 *obytes = ssh->state->p_send.bytes; in ssh_packet_get_bytes()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c5970 int obytes, omcast; in hn_transmit() local
5972 obytes = m->m_pkthdr.len; in hn_transmit()
6005 if_inc_counter(ifp, IFCOUNTER_OBYTES, obytes); in hn_transmit()