Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dppp-ioctl.h22 #define SC_COMP_TCP 0x00000004 /* TCP (VJ) compression (output) */ macro
/linux-4.4.14/drivers/net/ppp/
Dppp_generic.c162 |SC_COMP_TCP|SC_REJ_COMP_TCP|SC_MUST_COMP)
1279 if (!ppp->vj || (ppp->flags & SC_COMP_TCP) == 0) in ppp_send_frame()
/linux-4.4.14/Documentation/networking/
Dppp_generic.txt331 SC_COMP_TCP enable transmit TCP header compression
/linux-4.4.14/drivers/isdn/i4l/
Disdn_ppp.c1348 …if (proto == PPP_IP && ipts->pppcfg & SC_COMP_TCP) { /* ipts here? probably yes, but check this ag… in isdn_ppp_xmit()