| /freebsd-14-stable/sys/dev/ixgbe/ |
| HD | ixgbe.h | 458 u64 obytes; member 482 #define IXGBE_SET_OBYTES(sc, count) (sc)->obytes = (count)
|
| HD | if_ixv.c | 1205 return (sc->obytes); in ixv_if_get_counter()
|
| HD | if_ix.c | 1290 return (sc->obytes); in ixgbe_if_get_counter()
|
| /freebsd-14-stable/usr.bin/netstat/ |
| HD | if.c | 410 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/ |
| HD | ixl.h | 278 #define IXL_SET_OBYTES(vsi, count) (vsi)->obytes = (count) 456 u64 obytes; member
|
| HD | if_ixl.c | 1786 return (vsi->obytes); in ixl_if_get_counter()
|
| /freebsd-14-stable/sys/netinet6/ |
| HD | ip6_mroute.h | 195 u_quad_t obytes; /* Output byte count on mif */ member
|
| HD | ip6_mroute.c | 531 req->obytes = mif6table[mifi].m6_bytes_out; in get_mif6_cnt()
|
| /freebsd-14-stable/sys/netinet/ |
| HD | ip_mroute.h | 250 u_long obytes; /* Output byte count on vif */ member
|
| HD | ip_mroute.c | 609 req->obytes = V_viftable[vifi].v_bytes_out; in get_vif_cnt()
|
| /freebsd-14-stable/sys/dev/mxge/ |
| HD | if_mxge_var.h | 182 u_long obytes; member
|
| HD | if_mxge.c | 2738 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/ |
| HD | iavf_iflib.h | 269 u64 obytes; member
|
| HD | iavf_vc_common.c | 666 vsi->obytes = es->tx_bytes; in iavf_update_stats_counters()
|
| HD | if_iavf_iflib.c | 1483 return (vsi->obytes); in iavf_if_get_counter()
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | sshd-session.c | 880 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()
|
| HD | clientloop.c | 1450 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()
|
| HD | 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-14-stable/sys/kern/ |
| HD | tty_ttydisc.c | 1379 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/ |
| HD | if_hn.c | 5968 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()
|