Searched refs:ctx_current_list (Results 1 – 2 of 2) sorted by relevance
2793 ctx->ctx_current_list = start_list; in ill_first()2797 ctx->ctx_current_list = 0; in ill_first()2800 while (ctx->ctx_current_list <= ctx->ctx_last_list) { in ill_first()2801 ifp = IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst); in ill_first()2803 &IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst)) { in ill_first()2813 ctx->ctx_current_list++; in ill_first()2836 &IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst)); in ill_next()2847 (ill_if_t *)&IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst)) { in ill_next()2848 if (++ctx->ctx_current_list > ctx->ctx_last_list) in ill_next()2850 ifp = IP_VX_ILL_G_LIST(ctx->ctx_current_list, ipst); in ill_next()
1375 int ctx_current_list; /* current list being searched */ member