Searched refs:rst_counter (Results 1 – 2 of 2) sorted by relevance
1662 sp->rst_counter[cp->protoidx] = 0; in sppp_cp_input()2031 sp->rst_counter[cp->protoidx]); in sppp_to_event()2033 if (--sp->rst_counter[cp->protoidx] < 0) in sppp_to_event()4208 sp->rst_counter[IDX_CHAP] = sp->lcp.max_configure; in sppp_chap_open()4232 sp->rst_counter[IDX_CHAP]); in sppp_chap_TO()4234 if (--sp->rst_counter[IDX_CHAP] < 0) in sppp_chap_TO()4266 sp->rst_counter[IDX_CHAP] = sp->lcp.max_configure; in sppp_chap_tlu()4525 sp->rst_counter[IDX_PAP] = sp->lcp.max_configure; in sppp_pap_open()4558 sp->rst_counter[IDX_PAP]); in sppp_pap_TO()4560 if (--sp->rst_counter[IDX_PAP] < 0) in sppp_pap_TO()[all …]
152 int rst_counter[IDX_COUNT]; /* restart counter */ member