Searched refs:ips_tbfs (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dip_stack.h334 struct tbf *ips_tbfs; member in struct:ip_stack
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c595 ipst->ips_tbfs = kmem_zalloc(sizeof (struct tbf) * MAXVIFS, KM_SLEEP);
773 kmem_free(ipst->ips_tbfs, sizeof (struct tbf) * MAXVIFS);
774 ipst->ips_tbfs = NULL;
840 struct tbf *v_tbf = ipst->ips_tbfs + vifcp->vifc_vifi;

Completed in 49 milliseconds