Searched refs:obytes (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dip_mroute.h251 u_long obytes; /* Output byte count on vif */ member in struct:sioc_vif_req
H A Dip_mroute.c600 req->obytes = V_viftable[vifi].v_bytes_out;
/freebsd-13-stable/sys/dev/ce/
H A Dceddk.h89 ulong64 obytes; member in struct:_ce_chan_t
H A Dif_ce.c1385 st->obytes = c->obytes;
1478 c->obytes = 0;
2094 (unsigned long) c->obytes, c->opkts, c->underrun);
H A Dceddk.c291 c->obytes += len;
/freebsd-13-stable/sys/netinet6/
H A Dip6_mroute.h196 u_quad_t obytes; /* Output byte count on mif */ member in struct:sioc_mif_req6
H A Dip6_mroute.c535 req->obytes = mif6table[mifi].m6_bytes_out;
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe.h473 u64 obytes; member in struct:adapter
503 #define IXGBE_SET_OBYTES(sc, count) (sc)->obytes = (count)
H A Dif_ixv.c1182 return (adapter->obytes);
H A Dif_ix.c1211 return (adapter->obytes);
/freebsd-13-stable/sys/dev/ixl/
H A Dixl.h283 #define IXL_SET_OBYTES(vsi, count) (vsi)->obytes = (count)
473 u64 obytes; member in struct:ixl_vsi
H A Dif_ixl.c1750 return (vsi->obytes);
H A Dif_iavf.c1454 return (vsi->obytes);
/freebsd-13-stable/usr.bin/netstat/
H A Dif.c430 show_stat("lu", 10, "sent-bytes", IFA_STAT(obytes),
546 st->ift_ob += IFA_STAT(obytes);
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge_var.h206 u_long obytes; member in struct:mxge_slice_state
H A Dif_mxge.c2797 ss->obytes += m->m_pkthdr.len;
3996 rv += sc->ss[s].obytes;
/freebsd-13-stable/sys/i386/include/
H A Dcserial.h34 unsigned long obytes; /* output bytes */ member in struct:serial_statistics
/freebsd-13-stable/sys/dev/cp/
H A Dcpddk.h151 ulong64 obytes; /* output bytes */ member in struct:_cp_chan_t
H A Dif_cp.c1122 st->obytes = c->obytes;
1205 c->obytes = 0;
1874 (unsigned long) c->obytes, c->opkts, c->underrun);
/freebsd-13-stable/crypto/openssh/
H A Dclientloop.c1242 u_int64_t ibytes, obytes; local
1471 packet_get_bytes(&ibytes, &obytes);
1473 (unsigned long long)obytes, (unsigned long long)ibytes, total_time);
1476 obytes / total_time, ibytes / total_time);
H A Dsshd.c1498 u_int64_t ibytes, obytes; local
2286 packet_get_bytes(&ibytes, &obytes);
2288 (unsigned long long)obytes, (unsigned long long)ibytes);
H A Dpacket.c457 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) argument
461 if (obytes)
462 *obytes = ssh->state->p_send.bytes;
/freebsd-13-stable/sys/kern/
H A Dtty_ttydisc.c1221 ssize_t obytes = uio->uio_resid; local
1256 atomic_add_long(&tty_nout, obytes - uio->uio_resid);
/freebsd-13-stable/sbin/sconfig/
H A Dsconfig.c335 sarr [5] = st.obytes;
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c6001 int obytes, omcast; local
6003 obytes = m->m_pkthdr.len;
6036 if_inc_counter(ifp, IFCOUNTER_OBYTES, obytes);

Completed in 291 milliseconds