Searched refs:SC_COMP_TCP (Results 1 – 3 of 3) sorted by relevance
60 #define SC_COMP_TCP 0x00000004 /* TCP (VJ) compression (output) */ macro
903 if ((sc->sc_flags & SC_COMP_TCP) && sc->sc_comp != NULL) { in ppp_dequeue()
876 x = vjcomp ? x | SC_COMP_TCP: x &~ SC_COMP_TCP; in sifvjcomp()