Home
last modified time | relevance | path

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

/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/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.c1379 return (sc->obytes); in ixgbe_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.h198 u_quad_t obytes; /* Output byte count on mif */ member
H A Dip6_mroute.c568 req->obytes = mif->m6_bytes_out; in get_mif6_cnt()
/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/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/netinet/
H A Dip_mroute.h248 u_long obytes; /* Output byte count on vif */ member
H A Dip_mroute.c630 req->obytes = vif->v_bytes_out; in get_vif_cnt()
/freebsd/crypto/openssh/
H A Dsshd-session.c794 uint64_t ibytes, obytes; in main() local
1309 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in main()
1311 (unsigned long long)obytes, (unsigned long long)ibytes); in main()
H A Dclientloop.c1458 uint64_t ibytes, obytes; in client_loop() local
1700 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop()
1702 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop()
1705 obytes / total_time, ibytes / total_time); in client_loop()
H A Dpacket.c472 ssh_packet_get_bytes(struct ssh *ssh, uint64_t *ibytes, uint64_t *obytes) in ssh_packet_get_bytes() argument
476 if (obytes) in ssh_packet_get_bytes()
477 *obytes = ssh->state->p_send.bytes; in ssh_packet_get_bytes()
/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()
/freebsd/sys/net/
H A Diflib.c3483 iflib_encap(iflib_txq_t txq, struct mbuf **m_headp, int *obytes, int *opkts) in iflib_encap() argument
3676 *obytes += tsolen + nsegs * hlen; in iflib_encap()
3679 *obytes += pi.ipi_len; in iflib_encap()