Searched refs:VNET_NUM_MCAST (Results 1 – 2 of 2) sorted by relevance
107 #define VNET_NUM_MCAST 7 /* max # of multicast addresses in the msg */ macro116 struct ether_addr mca[VNET_NUM_MCAST]; /* mcast addrs */
3467 n = ((mccount >= VNET_NUM_MCAST) ? VNET_NUM_MCAST : mccount); in vgen_send_mcast_info()