Home
last modified time | relevance | path

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

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