Searched refs:SC_CCP_UP (Results 1 – 3 of 3) sorted by relevance
26 #define SC_CCP_UP 0x00000080 /* May send/recv compressed packets */ macro
148 #define SC_FLAG_BITS (SC_NO_TCP_CCID|SC_CCP_OPEN|SC_CCP_UP|SC_LOOP_TRAFFIC \1094 if (len > 0 && (ppp->flags & SC_CCP_UP)) { in pad_compress_skb()1207 if (!(ppp->flags & SC_CCP_UP) && (ppp->flags & SC_MUST_COMP)) { in ppp_send_frame()2413 if ((ppp->flags & (SC_CCP_OPEN | SC_CCP_UP)) != SC_CCP_OPEN) in ppp_ccp_peek()2443 if ((ppp->flags & SC_CCP_UP) == 0) in ppp_ccp_peek()2466 ppp->flags &= ~(SC_CCP_OPEN | SC_CCP_UP); in ppp_ccp_closed()
337 SC_CCP_UP CCP is up, may (de)compress packets