Home
last modified time | relevance | path

Searched refs:SC_COMP_TCP (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dif_ppp.h54 #define SC_COMP_TCP 0x00000004 /* TCP (VJ) compression (output) */ macro
/linux-2.4.37.9/drivers/net/
Dppp_generic.c142 |SC_COMP_TCP|SC_REJ_COMP_TCP)
992 if (ppp->vj == 0 || (ppp->flags & SC_COMP_TCP) == 0) in ppp_send_frame()
/linux-2.4.37.9/Documentation/networking/
Dppp_generic.txt331 SC_COMP_TCP enable transmit TCP header compression
/linux-2.4.37.9/drivers/isdn/
Disdn_ppp.c1312 …if (proto == PPP_IP && ipts->pppcfg & SC_COMP_TCP) { /* ipts here? probably yes, but check this ag… in isdn_ppp_xmit()