Searched refs:vj (Results 1 – 3 of 3) sorted by relevance
269 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 …]
211 struct vjstat vj; /* VJ header compression statistics */ member229 struct vjstat vj; member
1219 psp->vj = cp->cp_vj.stats; in spppcomp_rput()