Searched refs:ctx_ptr (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip.h | 1402 #define ILL_START_WALK_V4(ctx_ptr, ipst) \ argument 1403 ill_first(IP_V4_G_HEAD, IP_V4_G_HEAD, ctx_ptr, ipst) 1404 #define ILL_START_WALK_V6(ctx_ptr, ipst) \ argument 1405 ill_first(IP_V6_G_HEAD, IP_V6_G_HEAD, ctx_ptr, ipst) 1406 #define ILL_START_WALK_ALL(ctx_ptr, ipst) \ argument 1407 ill_first(MAX_G_HEADS, MAX_G_HEADS, ctx_ptr, ipst)
|