Searched refs:mccount (Results 1 – 3 of 3) sorted by relevance
520 vgenp->mccount = 0; in vgen_init()1045 if (vgenp->mccount >= vgenp->mcsize) { in vgen_multicst()1066 vgenp->mctab[vgenp->mccount++] = *addrp; in vgen_multicst()1071 for (i = 0; i < vgenp->mccount; i++) { in vgen_multicst()1080 if (vgenp->mccount > 1) { in vgen_multicst()1082 vgenp->mctab[vgenp->mccount-1]; in vgen_multicst()1084 vgenp->mccount--; in vgen_multicst()3451 uint32_t mccount; in vgen_send_mcast_info() local3458 mccount = vgenp->mccount; in vgen_send_mcast_info()3467 n = ((mccount >= VNET_NUM_MCAST) ? VNET_NUM_MCAST : mccount); in vgen_send_mcast_info()[all …]
429 uint32_t mccount; /* # of valid addrs in mctab */ member
2206 register int mccount; local2231 mccount = stp->ss_mccount;2234 for (i = 0; i < mccount; i++)