Lines Matching refs:mccount
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() local
3458 mccount = vgenp->mccount; in vgen_send_mcast_info()
3467 n = ((mccount >= VNET_NUM_MCAST) ? VNET_NUM_MCAST : mccount); in vgen_send_mcast_info()
3482 mccount -= n; in vgen_send_mcast_info()
3485 } while (mccount); in vgen_send_mcast_info()
5151 for (i = 0; i < vgenp->mccount; i++) { in vgen_handle_mcast_info()
5154 if (vgenp->mccount > 1) { in vgen_handle_mcast_info()
5155 int t = vgenp->mccount - 1; in vgen_handle_mcast_info()
5159 vgenp->mccount--; in vgen_handle_mcast_info()