Home
last modified time | relevance | path

Searched refs:vj (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c269 curp->vj = oldstat.vj;
410 V(vj.vjs_compressedin)); in intpr()
413 V(vj.vjs_uncompressedin), in intpr()
414 V(vj.vjs_errorin)); in intpr()
417 V(vj.vjs_tossed), in intpr()
418 V(p.ppp_ipackets) - V(vj.vjs_compressedin) in intpr()
419 - V(vj.vjs_uncompressedin) - V(vj.vjs_errorin)); in intpr()
433 V(vj.vjs_compressed)); in intpr()
436 V(vj.vjs_packets) - V(vj.vjs_compressed), in intpr()
437 V(p.ppp_opackets) - V(vj.vjs_packets)); in intpr()
[all …]
/titanic_44/usr/src/uts/common/net/
H A Dppp_defs.h211 struct vjstat vj; /* VJ header compression statistics */ member
229 struct vjstat vj; member
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c1219 psp->vj = cp->cp_vj.stats; in spppcomp_rput()