/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe.h | 458 u64 obytes; member 482 #define IXGBE_SET_OBYTES(sc, count) (sc)->obytes = (count)
|
H A D | if_ixv.c | 1191 return (sc->obytes); in ixv_if_get_counter()
|
H A D | if_ix.c | 1235 return (sc->obytes); in ixgbe_if_get_counter()
|
/freebsd/sys/dev/ixl/ |
H A D | ixl.h | 278 #define IXL_SET_OBYTES(vsi, count) (vsi)->obytes = (count) 456 u64 obytes; member
|
H A D | if_ixl.c | 1786 return (vsi->obytes); in ixl_if_get_counter()
|
/freebsd/usr.bin/netstat/ |
H A D | if.c | 428 IFA_STAT(obytes)); in intpr() 514 IFA_STAT(obytes), link|network, 0); in intpr() 629 st->ift_ob += IFA_STAT(obytes); in fill_iftot()
|
/freebsd/sys/netinet6/ |
H A D | ip6_mroute.h | 195 u_quad_t obytes; /* Output byte count on mif */ member
|
H A D | ip6_mroute.c | 529 req->obytes = mif6table[mifi].m6_bytes_out; in get_mif6_cnt()
|
/freebsd/sys/dev/mxge/ |
H A D | if_mxge_var.h | 182 u_long obytes; member
|
H A D | if_mxge.c | 2737 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 D | iavf_iflib.h | 269 u64 obytes; member
|
H A D | iavf_vc_common.c | 666 vsi->obytes = es->tx_bytes; in iavf_update_stats_counters()
|
H A D | if_iavf_iflib.c | 1486 return (vsi->obytes); in iavf_if_get_counter()
|
/freebsd/sys/netinet/ |
H A D | ip_mroute.h | 248 u_long obytes; /* Output byte count on vif */ member
|
H A D | ip_mroute.c | 607 req->obytes = V_viftable[vifi].v_bytes_out; in get_vif_cnt()
|
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 1378 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 D | clientloop.c | 1451 u_int64_t ibytes, obytes; in client_loop() 1691 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop() 1693 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop() 1696 obytes / total_time, ibytes / total_time); in client_loop() 1450 u_int64_t ibytes, obytes; client_loop() local
|
H A D | sshd.c | 1616 u_int64_t ibytes, obytes; local 2423 ssh_packet_get_bytes(ssh, &ibytes, &obytes); 2425 (unsigned long long)obytes, (unsigned long long)ibytes);
|
H A D | packet.c | 468 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 D | if_hn.c | 5969 int obytes, omcast; in hn_transmit() 5971 obytes = m->m_pkthdr.len; in hn_transmit() 6004 if_inc_counter(ifp, IFCOUNTER_OBYTES, obytes); in hn_transmit() 5970 int obytes, omcast; hn_transmit() local
|