Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ppp/
Dppp_mppe.c123 #define MPPE_BIT_FLUSHED MPPE_BIT_A macro
356 state->bits |= MPPE_BIT_FLUSHED; in mppe_comp_reset()
408 (state->bits & MPPE_BIT_FLUSHED)) { /* CCP Reset-Request */ in mppe_compress()
414 state->bits |= MPPE_BIT_FLUSHED; in mppe_compress()
417 state->bits &= ~MPPE_BIT_FLUSHED; /* reset for next xmit */ in mppe_compress()
485 int flushed = MPPE_BITS(ibuf) & MPPE_BIT_FLUSHED; in mppe_decompress()