Home
last modified time | relevance | path

Searched refs:vj (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c263 curp->vj = oldstat.vj;
404 V(vj.vjs_compressedin)); in intpr()
407 V(vj.vjs_uncompressedin), in intpr()
408 V(vj.vjs_errorin)); in intpr()
411 V(vj.vjs_tossed), in intpr()
413 - V(vj.vjs_uncompressedin) - V(vj.vjs_errorin)); in intpr()
427 V(vj.vjs_compressed)); in intpr()
430 V(vj.vjs_packets) - V(vj.vjs_compressed), in intpr()
431 V(p.ppp_opackets) - V(vj.vjs_packets)); in intpr()
434 V(vj.vjs_searches), in intpr()
[all …]
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h209 struct vjstat vj; /* VJ header compression statistics */ member
227 struct vjstat vj; member
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c1222 psp->vj = cp->cp_vj.stats; in spppcomp_rput()