Home
last modified time | relevance | path

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

/linux/drivers/net/ppp/
H A Dppp_mppe.c100 #define MPPE_BIT_FLUSHED MPPE_BIT_A macro
271 state->bits |= MPPE_BIT_FLUSHED; in mppe_comp_reset()
320 (state->bits & MPPE_BIT_FLUSHED)) { /* CCP Reset-Request */ in mppe_compress()
326 state->bits |= MPPE_BIT_FLUSHED; in mppe_compress()
329 state->bits &= ~MPPE_BIT_FLUSHED; /* reset for next xmit */ in mppe_compress()
382 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; in mppe_decompress()