Home
last modified time | relevance | path

Searched refs:ill_g_head_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c83 ill_g_head_t ill_g_heads[MAX_G_HEADS];
527 if (mdb_vread(iw->ill_g_heads, MAX_G_HEADS * sizeof (ill_g_head_t), in illif_stack_walk_init()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1391 } ill_g_head_t; typedef
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c4533 kmem_free(ipst->ips_ill_g_heads, sizeof (ill_g_head_t) * MAX_G_HEADS); in ip_stack_fini()
4649 ipst->ips_ill_g_heads = kmem_zalloc(sizeof (ill_g_head_t) * MAX_G_HEADS, in ip_stack_init()
H A Dip_if.c3226 ill_g_head_t ghead; in ill_glist_insert()