Home
last modified time | relevance | path

Searched refs:ctx_last_list (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/inet/
H A Dip.h1376 int ctx_last_list; /* last list to search */ member
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_if.c2794 ctx->ctx_last_list = end_list; in ill_first()
2796 ctx->ctx_last_list = MAX_G_HEADS - 1; in ill_first()
2800 while (ctx->ctx_current_list <= ctx->ctx_last_list) { in ill_first()
2848 if (++ctx->ctx_current_list > ctx->ctx_last_list) in ill_next()