Home
last modified time | relevance | path

Searched refs:comp_bytes (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c203 creq.stats.c.bytes_out = creq.stats.c.comp_bytes + creq.stats.c.inc_bytes;
213 creq.stats.d.bytes_out = creq.stats.d.comp_bytes + creq.stats.d.inc_bytes;
304 #define CRATE(x) RATIO(W(x.comp_bytes), W(x.inc_bytes), W(x.unc_bytes))
371 KBPS(W(d.comp_bytes)), in intpr()
377 KBPS(W(c.comp_bytes)), in intpr()
384 W(d.comp_bytes), in intpr()
390 W(c.comp_bytes), in intpr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c104 u_int comp_bytes; /* compressed bytes */ member
255 stats->comp_bytes = db->comp_bytes;
748 db->comp_bytes += ilen + BSD_OVHD;
H A Ddeflate.c118 out = stats->comp_bytes + stats->unc_bytes;
289 state->stats.comp_bytes += rlen;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c118 uint_t comp_bytes; /* compressed bytes */ member
301 stats->comp_bytes = db->comp_bytes; in bsd_comp_stats()
880 db->comp_bytes += olen + BSD_OVHD; in bsd_compress()
1277 db->comp_bytes += ilen; in bsd_decompress()
1477 db->comp_bytes += ilen + BSD_OVHD; in bsd_decompress()
H A Ddeflate.c508 state->stats.comp_bytes += olen; in z_compress()
629 out = stats->comp_bytes + stats->unc_bytes; in z_comp_stats()
989 state->stats.comp_bytes += rlen; in z_decompress()
H A Dspppcomp.c1759 cpkp->out_comp_bytes.value.ui32 = csp.c.comp_bytes; in spppcomp_kstat_update()
1770 cpkp->in_comp_bytes.value.ui32 = csp.d.comp_bytes; in spppcomp_kstat_update()
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h237 u_int32_t comp_bytes; /* compressed bytes */ member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c434 u32_t comp_bytes; in lm_tcp_rx_skp_process() local
453 comp_bytes = min(bytes_skipped, tcp->rx_con->u.rx.skp_bytes_copied); in lm_tcp_rx_skp_process()
454 if (comp_bytes) { in lm_tcp_rx_skp_process()
455 tcp->rx_con->bytes_comp_cnt += comp_bytes; in lm_tcp_rx_skp_process()
457 lm_tcp_complete_nbytes(pdev, tcp, tcp->rx_con, comp_bytes, /* push=*/ 0); in lm_tcp_rx_skp_process()
458 bytes_skipped -= comp_bytes; in lm_tcp_rx_skp_process()
459 tcp->rx_con->u.rx.skp_bytes_copied -= comp_bytes; in lm_tcp_rx_skp_process()