Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dppp-ioctl.h24 #define SC_REJ_COMP_TCP 0x00000020 /* reject TCP (VJ) comp. on input */ macro
/linux-3.4.99/drivers/net/ppp/
Dppp_generic.c150 |SC_COMP_TCP|SC_REJ_COMP_TCP|SC_MUST_COMP)
1693 if (!ppp->vj || (ppp->flags & SC_REJ_COMP_TCP)) in ppp_receive_nonmp_frame()
1727 if (!ppp->vj || (ppp->flags & SC_REJ_COMP_TCP)) in ppp_receive_nonmp_frame()
/linux-3.4.99/Documentation/networking/
Dppp_generic.txt334 SC_REJ_COMP_TCP disable receive TCP header decompression
/linux-3.4.99/drivers/isdn/i4l/
Disdn_ppp.c1966 (SC_ENABLE_IP | SC_NO_TCP_CCID | SC_REJ_COMP_TCP); in isdn_ppp_bundle()