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

/linux-4.4.14/drivers/net/ppp/
H A Dppp_mppe.c127 #define MPPE_CCOUNT_SPACE 0x1000 /* The size of the ccount space */ macro
323 state->ccount = MPPE_CCOUNT_SPACE - 1; mppe_init()
401 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; mppe_compress()
537 if ((ccount - state->ccount) % MPPE_CCOUNT_SPACE mppe_decompress()
538 > MPPE_CCOUNT_SPACE / 2) { mppe_decompress()
546 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; mppe_decompress()
552 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; mppe_decompress()
574 256) % MPPE_CCOUNT_SPACE; mppe_decompress()

Completed in 33 milliseconds