Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ppp/
Dppp_mppe.c128 #define MPPE_CCOUNT_SPACE 0x1000 /* The size of the ccount space */ macro
321 state->ccount = MPPE_CCOUNT_SPACE - 1; in mppe_init()
400 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_compress()
542 if ((ccount - state->ccount) % MPPE_CCOUNT_SPACE in mppe_decompress()
543 > MPPE_CCOUNT_SPACE / 2) { in mppe_decompress()
551 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_decompress()
557 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_decompress()
579 256) % MPPE_CCOUNT_SPACE; in mppe_decompress()