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

/linux-master/drivers/net/ppp/
H A Dppp_mppe.c122 #define MPPE_CCOUNT_SPACE 0x1000 /* The size of the ccount space */ macro
293 state->ccount = MPPE_CCOUNT_SPACE - 1;
369 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE;
495 if ((ccount - state->ccount) % MPPE_CCOUNT_SPACE
496 > MPPE_CCOUNT_SPACE / 2) {
504 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE;
510 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE;
532 256) % MPPE_CCOUNT_SPACE;

Completed in 85 milliseconds