| /freebsd/sys/dev/ixl/ |
| H A D | ixl.h | 277 #define IXL_SET_OBYTES(vsi, count) (vsi)->obytes = (count) 455 u64 obytes; member
|
| H A D | if_ixl.c | 1926 return (vsi->obytes); in ixl_if_get_counter()
|
| /freebsd/usr.bin/netstat/ |
| H A D | if.c | 449 IFA_STAT(obytes)); in intpr() 535 IFA_STAT(obytes), link|network, 0); in intpr() 650 st->ift_ob += IFA_STAT(obytes); in fill_iftot()
|
| /freebsd/tests/sys/net/if_ovpn/ |
| H A D | if_ovpn.sh | 118 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/dev/ixgbe/ |
| H A D | ixgbe.h | 532 u64 obytes; 571 #define IXGBE_SET_OBYTES(sc, count) (sc)->obytes = (count) 527 u64 obytes; global() member
|
| H A D | if_ixv.c | 1762 return (sc->obytes); in ixv_initialize_rss_mapping()
|
| H A D | if_ix.c | 1551 return (sc->obytes); in ixgbe_if_get_counter()
|
| /freebsd/sys/netinet6/ |
| H A D | ip6_mroute.h | 198 u_quad_t obytes; /* Output byte count on mif */ member
|
| H A D | ip6_mroute.c | 568 req->obytes = mif->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/netinet/ |
| H A D | ip_mroute.h | 248 u_long obytes; /* Output byte count on vif */ member
|
| H A D | ip_mroute.c | 633 req->obytes = vif->v_bytes_out; in get_vif_cnt()
|
| /freebsd/sys/dev/iavf/ |
| H A D | iavf_iflib.h | 270 u64 obytes; member
|
| H A D | iavf_vc_common.c | 699 vsi->obytes = es->tx_bytes; in iavf_update_stats_counters()
|
| H A D | if_iavf_iflib.c | 1814 return (vsi->obytes); in iavf_if_get_counter()
|
| /freebsd/crypto/openssh/ |
| H A D | sshd-session.c | 795 uint64_t ibytes, obytes; in main() local 1310 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in main() 1312 (unsigned long long)obytes, (unsigned long long)ibytes); in main()
|
| H A D | clientloop.c | 1460 uint64_t ibytes, obytes; in client_loop() local 1706 ssh_packet_get_bytes(ssh, &ibytes, &obytes); in client_loop() 1708 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop() 1711 obytes / total_time, ibytes / total_time); in client_loop()
|
| H A D | packet.c | 477 ssh_packet_get_bytes(struct ssh *ssh, uint64_t *ibytes, uint64_t *obytes) in ssh_packet_get_bytes() argument 481 if (obytes) in ssh_packet_get_bytes() 482 *obytes = ssh->state->p_send.bytes; in ssh_packet_get_bytes()
|
| /freebsd/sys/kern/ |
| H A D | tty_ttydisc.c | 1382 ssize_t obytes = uio->uio_resid; in ttydisc_getc_uio() local 1417 atomic_add_long(&tty_nout, obytes - uio->uio_resid); in ttydisc_getc_uio()
|
| /freebsd/sys/dev/hyperv/netvsc/ |
| H A D | if_hn.c | 6285 int obytes, omcast; in hn_attach_subchans() 6287 obytes = m->m_pkthdr.len; in hn_attach_subchans() 6320 if_inc_counter(ifp, IFCOUNTER_OBYTES, obytes); in hn_detach_allchans() 5956 int obytes, omcast; hn_transmit() local
|
| /freebsd/sys/net/ |
| H A D | iflib.c | 3861 iflib_encap(iflib_txq_t txq, struct mbuf **m_headp, int *obytes, int *opkts) in iflib_tx_desc_free() 4056 *obytes += tsolen + nsegs * hlen; in iflib_txq_drain() 4059 *obytes += pi.ipi_len; in iflib_txq_drain() 3614 iflib_encap(iflib_txq_t txq,struct mbuf ** m_headp,int * obytes,int * opkts) iflib_encap() argument
|