Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe.h469 u64 obytes; member
508 #define IXGBE_SET_OBYTES(sc, count) (sc)->obytes = (count)
H A Dif_ixv.c1210 return (sc->obytes); in ixv_if_get_counter()
H A Dif_ix.c1359 return (sc->obytes); in ixgbe_if_get_counter()
/freebsd/sys/dev/ixl/
H A Dixl.h277 #define IXL_SET_OBYTES(vsi, count) (vsi)->obytes = (count)
455 u64 obytes; member
H A Dif_ixl.c1818 return (vsi->obytes); in ixl_if_get_counter()
/freebsd/usr.bin/netstat/
H A Dif.c433 IFA_STAT(obytes)); in intpr()
519 IFA_STAT(obytes), link|network, 0); in intpr()
634 st->ift_ob += IFA_STAT(obytes); in fill_iftot()
/freebsd/tests/sys/net/if_ovpn/
H A Dif_ovpn.sh118 if [ $obytes -eq 0 ]; then
122 obytes=$(jexec a netstat -I ovpn0 -n -b | awk 'NR == 2 { print($11); }')
123 echo "$obytes output bytes"
124 if [ $obytes -eq 0 ]; then
/freebsd/sys/netinet6/
H A Dip6_mroute.h195 u_quad_t obytes; /* Output byte count on mif */ member
H A Dip6_mroute.c521 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.c1483 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.c608 req->obytes = V_viftable[vifi].v_bytes_out; in get_vif_cnt()
/freebsd/crypto/openssh/
H A Dsshd-session.c846 u_int64_t ibytes, obytes; in main() local
1365 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in main()
1367 (unsigned long long)obytes, (unsigned long long)ibytes); in main()
H A Dclientloop.c1451 u_int64_t ibytes, obytes; in client_loop() local
1674 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop()
1676 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop()
1679 obytes / total_time, ibytes / total_time); in client_loop()
H A Dpacket.c467 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes)
471 if (obytes) in ssh_packet_get_bytes()
472 *obytes = ssh->state->p_send.bytes; in ssh_packet_get_bytes()
468 ssh_packet_get_bytes(struct ssh * ssh,u_int64_t * ibytes,u_int64_t * obytes) ssh_packet_get_bytes() argument
/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/sys/dev/hyperv/netvsc/
H A Dif_hn.c5956 int obytes, omcast; in hn_transmit() local
5958 obytes = m->m_pkthdr.len; in hn_transmit()
5991 if_inc_counter(ifp, IFCOUNTER_OBYTES, obytes); in hn_transmit()