Home | History | Annotate | Download | only in net

Lines Matching defs:pidx

2435 	int pidx;
2440 pidx = cp->protoidx;
2451 if (sp->scp[pidx].state == STATE_INITIAL) {
2454 sppp_wq_add(sp->wq_cp, &sp->scp[pidx].work_open);
2468 int pidx;
2474 pidx = cp->protoidx;
2481 if (sp->scp[pidx].state == STATE_STARTING &&
2494 if (sp->scp[pidx].state != STATE_INITIAL)
2495 sppp_wq_add(sp->wq_cp, &sp->scp[pidx].work_close);
2498 sp->scp[pidx].fail_counter = 0;