Searched refs:ips_dce_default (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_dce.c306 ipst->ips_dce_default = kmem_cache_alloc(dce_cache, KM_SLEEP);
307 bzero(ipst->ips_dce_default, sizeof (dce_t));
308 ipst->ips_dce_default->dce_flags = DCEF_DEFAULT;
309 ipst->ips_dce_default->dce_generation = DCE_GENERATION_INITIAL;
310 ipst->ips_dce_default->dce_last_change_time =
312 ipst->ips_dce_default->dce_refcnt = 1; /* Should never go away */
313 ipst->ips_dce_default->dce_ipst = ipst;
345 ASSERT(ipst->ips_dce_default->dce_refcnt == 1);
346 kmem_cache_free(dce_cache, ipst->ips_dce_default);
347 ipst->ips_dce_default
[all...]
H A Dip_output.c207 &ipst->ips_dce_default->dce_ident));
264 ixa, &ipst->ips_dce_default->dce_ident));
872 &ipst->ips_dce_default->dce_ident);
H A Dip6_output.c173 &ipst->ips_dce_default->dce_ident);
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h267 struct dce_s *ips_dce_default; member in struct:ip_stack

Completed in 227 milliseconds