Searched refs:SC_CCP_UP (Results 1 – 7 of 7) sorted by relevance
82 #define SC_CCP_UP 0x00000080 /* May send/recv compressed packets */ macro
28 #define SC_CCP_UP 0x00000080 /* May send/recv compressed packets */ macro
162 #define SC_FLAG_BITS (SC_NO_TCP_CCID|SC_CCP_OPEN|SC_CCP_UP|SC_LOOP_TRAFFIC \1573 if (len > 0 && (ppp->flags & SC_CCP_UP)) { in pad_compress_skb()1686 if (!(ppp->flags & SC_CCP_UP) && (ppp->flags & SC_MUST_COMP)) { in ppp_send_frame()2948 if ((ppp->flags & (SC_CCP_OPEN | SC_CCP_UP)) != SC_CCP_OPEN) in ppp_ccp_peek()2978 if ((ppp->flags & SC_CCP_UP) == 0) in ppp_ccp_peek()3001 ppp->flags &= ~(SC_CCP_OPEN | SC_CCP_UP); in ppp_ccp_closed()
337 SC_CCP_UP CCP is up, may (de)compress packets