Searched refs:mc_pool (Results 1 – 1 of 1) sorted by relevance
4994 struct rte_ether_addr *mc_pool; in mcast_addr_pool_extend() local5013 mc_pool = (struct rte_ether_addr *) realloc(port->mc_addr_pool, in mcast_addr_pool_extend()5015 if (mc_pool == NULL) { in mcast_addr_pool_extend()5021 port->mc_addr_pool = mc_pool; in mcast_addr_pool_extend()