Home
last modified time | relevance | path

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

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