Home | History | Annotate | Download | only in netinet

Lines Matching refs:in_stepnext

3404 			if (np->in_stepnext == 0)
3405 np->in_stepnext = 1;
3410 if (np->in_stepnext == 0)
3411 np->in_stepnext = 1;
3415 if (np->in_stepnext == 0)
3416 np->in_stepnext = 1;
3419 if (np->in_stepnext == 0 && changed == -1) {
3421 np->in_stepnext++;
3434 np->in_stepnext = 2;
3435 } else if ((np->in_stepnext == 1) &&
3438 np->in_stepnext++;
3444 np->in_stepnext = 2;
3446 np->in_stepnext &= 0x3;
3460 if (np->in_stepnext == 2)
3461 np->in_stepnext = 3;
3466 if (np->in_stepnext == 2)
3467 np->in_stepnext = 3;
3471 if (np->in_stepnext == 2)
3472 np->in_stepnext = 3;
3475 if ((np->in_stepnext == 2) && (changed == -1) &&
3478 np->in_stepnext++;
3491 np->in_stepnext = 0;
3492 } else if (np->in_stepnext == 3 && changed == -1) {
3494 np->in_stepnext++;
3500 if (np->in_stepnext == 3)
3501 np->in_stepnext = 0;
3545 /* TRACE natl, in_stepnext, l */
3550 np->in_stepnext &= 0x3;