Home
last modified time | relevance | path

Searched refs:MAXVIFS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h64 #define MAXVIFS 32 macro
109 uchar_t mfcc_ttls[MAXVIFS]; /* forwarding ttls on vifs */
212 uchar_t mfc_ttls[MAXVIFS]; /* forwarding ttls on vifs */
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c145 #define NO_VIF MAXVIFS /* from mrouted, no route for src */
586 ipst->ips_vifs = kmem_zalloc(sizeof (struct vif) * (MAXVIFS+1), in ip_mrouter_stack_init()
600 ipst->ips_tbfs = kmem_zalloc(sizeof (struct tbf) * MAXVIFS, KM_SLEEP); in ip_mrouter_stack_init()
654 for (vifi = 0; vifi < MAXVIFS; vifi++) { in ip_mrouter_done()
772 kmem_free(ipst->ips_vifs, sizeof (struct vif) * (MAXVIFS+1)); in ip_mrouter_stack_destroy()
778 kmem_free(ipst->ips_tbfs, sizeof (struct tbf) * MAXVIFS); in ip_mrouter_stack_destroy()
852 if (vifcp->vifc_vifi >= MAXVIFS) in add_vif()
1183 if (mfccp->mfcc_parent > MAXVIFS) { in add_mfc()
3388 for (j = (int)ipst->ips_numvifs; j < MAXVIFS; j++) in ip_mroute_mrt()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c6715 for (vifi = 0; vifi < MAXVIFS; ++vifi) { in mrt_report()