Searched refs:ctx_current_list (Results 1 – 2 of 2) sorted by relevance
2795 ctx->ctx_current_list = start_list; in ill_first()2799 ctx->ctx_current_list = 0; in ill_first()2802 while (ctx->ctx_current_list <= ctx->ctx_last_list) { in ill_first()2803 ifp = IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst); in ill_first()2805 &IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst)) { in ill_first()2815 ctx->ctx_current_list++; in ill_first()2838 &IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst)); in ill_next()2849 (ill_if_t *)&IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst)) { in ill_next()2850 if (++ctx->ctx_current_list > ctx->ctx_last_list) in ill_next()2852 ifp = IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst); in ill_next()
1376 int ctx_current_list; /* current list being searched */ member