Home
last modified time | relevance | path

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

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