Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h343 struct tbf *ips_tbfs; member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c600 ipst->ips_tbfs = kmem_zalloc(sizeof (struct tbf) * MAXVIFS, KM_SLEEP); in ip_mrouter_stack_init()
778 kmem_free(ipst->ips_tbfs, sizeof (struct tbf) * MAXVIFS); in ip_mrouter_stack_destroy()
779 ipst->ips_tbfs = NULL; in ip_mrouter_stack_destroy()
845 struct tbf *v_tbf = ipst->ips_tbfs + vifcp->vifc_vifi; in add_vif()