Searched refs:ips_tbfs (Results 1 – 2 of 2) sorted by relevance
334 struct tbf *ips_tbfs; member
595 ipst->ips_tbfs = kmem_zalloc(sizeof (struct tbf) * MAXVIFS, KM_SLEEP); in ip_mrouter_stack_init()773 kmem_free(ipst->ips_tbfs, sizeof (struct tbf) * MAXVIFS); in ip_mrouter_stack_destroy()774 ipst->ips_tbfs = NULL; in ip_mrouter_stack_destroy()840 struct tbf *v_tbf = ipst->ips_tbfs + vifcp->vifc_vifi; in add_vif()