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

/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_dce.c227 ipst->ips_dce_default = kmem_cache_alloc(dce_cache, KM_SLEEP);
228 bzero(ipst->ips_dce_default, sizeof (dce_t));
229 ipst->ips_dce_default->dce_flags = DCEF_DEFAULT;
230 ipst->ips_dce_default->dce_generation = DCE_GENERATION_INITIAL;
231 ipst->ips_dce_default->dce_last_change_time =
233 ipst->ips_dce_default->dce_refcnt = 1; /* Should never go away */
234 ipst->ips_dce_default->dce_ipst = ipst;
266 ASSERT(ipst->ips_dce_default->dce_refcnt == 1);
267 kmem_cache_free(dce_cache, ipst->ips_dce_default);
268 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);
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dip_stack.h268 struct dce_s *ips_dce_default; member in struct:ip_stack

Completed in 98 milliseconds