Searched refs:CCP_DECOMP_RUN (Results 1 – 4 of 4) sorted by relevance
236 #define CCP_DECOMP_RUN 8 macro326 && (pkt->flags & CCP_DECOMP_RUN)352 && (pkt->flags & CCP_DECOMP_RUN)) {444 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);462 cp->flags = (cp->flags & ~CCP_ERR) | CCP_DECOMP_RUN;470 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);475 if (cp->state && (cp->flags & CCP_DECOMP_RUN)) {
99 #define CCP_DECOMP_RUN 0x2000 /* (status) seen CCP ack rcvd */ macro
213 ((x)->cp_flags & CCP_DECOMP_RUN)
728 ~CCP_DECOMP_RUN; in spppcomp_inner_ioctl()840 ~CCP_DECOMP_RUN; in spppcomp_inner_ioctl()1177 if ((!(cp->cp_flags & (CCP_DECOMP_RUN | DECOMP_VJC)) || in spppcomp_rput()1421 } else if ((cp->cp_flags & (CCP_ISUP | CCP_DECOMP_RUN | CCP_ERR)) == in spppcomp_inpkt()1422 (CCP_ISUP | CCP_DECOMP_RUN) && cp->cp_rstate != NULL) { in spppcomp_inpkt()1678 cp->cp_flags |= CCP_DECOMP_RUN; in comp_ccp()