Searched refs:MPPE_BIT_FLUSHED (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ppp/
H A Dppp_mppe.c122 #define MPPE_BIT_FLUSHED MPPE_BIT_A macro
358 state->bits |= MPPE_BIT_FLUSHED; mppe_comp_reset()
409 (state->bits & MPPE_BIT_FLUSHED)) { /* CCP Reset-Request */ mppe_compress()
415 state->bits |= MPPE_BIT_FLUSHED; mppe_compress()
418 state->bits &= ~MPPE_BIT_FLUSHED; /* reset for next xmit */ mppe_compress()
480 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; mppe_decompress()

Completed in 64 milliseconds