Searched refs:SC_COMP_TCP (Results 1 – 4 of 4) sorted by relevance
21 #define SC_COMP_TCP 0x00000004 /* TCP (VJ) compression (output) */ macro
150 |SC_COMP_TCP|SC_REJ_COMP_TCP|SC_MUST_COMP)1165 if (!ppp->vj || (ppp->flags & SC_COMP_TCP) == 0) in ppp_send_frame()
331 SC_COMP_TCP enable transmit TCP header compression
1319 …if (proto == PPP_IP && ipts->pppcfg & SC_COMP_TCP) { /* ipts here? probably yes, but check this ag… in isdn_ppp_xmit()