Searched refs:MAXVIFS (Results 1 – 3 of 3) sorted by relevance
64 #define MAXVIFS 32 macro109 uchar_t mfcc_ttls[MAXVIFS]; /* forwarding ttls on vifs */212 uchar_t mfc_ttls[MAXVIFS]; /* forwarding ttls on vifs */
140 #define NO_VIF MAXVIFS /* from mrouted, no route for src */581 ipst->ips_vifs = kmem_zalloc(sizeof (struct vif) * (MAXVIFS+1), in ip_mrouter_stack_init()595 ipst->ips_tbfs = kmem_zalloc(sizeof (struct tbf) * MAXVIFS, KM_SLEEP); in ip_mrouter_stack_init()649 for (vifi = 0; vifi < MAXVIFS; vifi++) { in ip_mrouter_done()767 kmem_free(ipst->ips_vifs, sizeof (struct vif) * (MAXVIFS+1)); in ip_mrouter_stack_destroy()773 kmem_free(ipst->ips_tbfs, sizeof (struct tbf) * MAXVIFS); in ip_mrouter_stack_destroy()847 if (vifcp->vifc_vifi >= MAXVIFS) in add_vif()1178 if (mfccp->mfcc_parent > MAXVIFS) { in add_mfc()3381 for (j = (int)ipst->ips_numvifs; j < MAXVIFS; j++) in ip_mroute_mrt()
5580 for (vifi = 0; vifi < MAXVIFS; ++vifi) { in mrt_report()