Lines Matching refs:mccount
520 vgenp->mccount = 0; in vgen_init()
1048 if (vgenp->mccount >= vgenp->mcsize) { in vgen_multicst()
1069 vgenp->mctab[vgenp->mccount++] = *addrp; in vgen_multicst()
1074 for (i = 0; i < vgenp->mccount; i++) { in vgen_multicst()
1083 if (vgenp->mccount > 1) { in vgen_multicst()
1085 vgenp->mctab[vgenp->mccount-1]; in vgen_multicst()
1087 vgenp->mccount--; in vgen_multicst()
3454 uint32_t mccount; in vgen_send_mcast_info() local
3461 mccount = vgenp->mccount; in vgen_send_mcast_info()
3470 n = ((mccount >= VNET_NUM_MCAST) ? VNET_NUM_MCAST : mccount); in vgen_send_mcast_info()
3485 mccount -= n; in vgen_send_mcast_info()
3488 } while (mccount); in vgen_send_mcast_info()
5154 for (i = 0; i < vgenp->mccount; i++) { in vgen_handle_mcast_info()
5157 if (vgenp->mccount > 1) { in vgen_handle_mcast_info()
5158 int t = vgenp->mccount - 1; in vgen_handle_mcast_info()
5162 vgenp->mccount--; in vgen_handle_mcast_info()