Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ixgbe/
HDixgbe.h458 u64 obytes; member
482 #define IXGBE_SET_OBYTES(sc, count) (sc)->obytes = (count)
HDif_ixv.c1205 return (sc->obytes); in ixv_if_get_counter()
HDif_ix.c1290 return (sc->obytes); in ixgbe_if_get_counter()
/freebsd-14-stable/usr.bin/netstat/
HDif.c410 IFA_STAT(obytes)); in intpr()
496 IFA_STAT(obytes), link|network, 0); in intpr()
611 st->ift_ob += IFA_STAT(obytes); in fill_iftot()
/freebsd-14-stable/sys/dev/ixl/
HDixl.h278 #define IXL_SET_OBYTES(vsi, count) (vsi)->obytes = (count)
456 u64 obytes; member
HDif_ixl.c1786 return (vsi->obytes); in ixl_if_get_counter()
/freebsd-14-stable/sys/netinet6/
HDip6_mroute.h195 u_quad_t obytes; /* Output byte count on mif */ member
HDip6_mroute.c531 req->obytes = mif6table[mifi].m6_bytes_out; in get_mif6_cnt()
/freebsd-14-stable/sys/netinet/
HDip_mroute.h250 u_long obytes; /* Output byte count on vif */ member
HDip_mroute.c609 req->obytes = V_viftable[vifi].v_bytes_out; in get_vif_cnt()
/freebsd-14-stable/sys/dev/mxge/
HDif_mxge_var.h182 u_long obytes; member
HDif_mxge.c2738 ss->obytes += m->m_pkthdr.len; in mxge_tx_done()
3868 rv += sc->ss[s].obytes; in mxge_get_counter()
/freebsd-14-stable/sys/dev/iavf/
HDiavf_iflib.h269 u64 obytes; member
HDiavf_vc_common.c666 vsi->obytes = es->tx_bytes; in iavf_update_stats_counters()
HDif_iavf_iflib.c1483 return (vsi->obytes); in iavf_if_get_counter()
/freebsd-14-stable/crypto/openssh/
HDsshd-session.c880 u_int64_t ibytes, obytes; in main() local
1393 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in main()
1395 (unsigned long long)obytes, (unsigned long long)ibytes); in main()
HDclientloop.c1450 u_int64_t ibytes, obytes; in client_loop() local
1673 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop()
1675 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop()
1678 obytes / total_time, ibytes / total_time); in client_loop()
HDpacket.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-14-stable/sys/kern/
HDtty_ttydisc.c1379 ssize_t obytes = uio->uio_resid; in ttydisc_getc_uio() local
1414 atomic_add_long(&tty_nout, obytes - uio->uio_resid); in ttydisc_getc_uio()
/freebsd-14-stable/sys/dev/hyperv/netvsc/
HDif_hn.c5968 int obytes, omcast; in hn_transmit() local
5970 obytes = m->m_pkthdr.len; in hn_transmit()
6003 if_inc_counter(ifp, IFCOUNTER_OBYTES, obytes); in hn_transmit()