Lines Matching defs:br_ip_list
4856 * @br_ip_list: The list to store found, snooped multicast IP addresses in
4858 * Creates a list of IP addresses (struct br_ip_list) sensed by the multicast
4862 * Returns the number of items added to br_ip_list.
4865 * - br_ip_list needs to be initialized by caller
4866 * - br_ip_list might contain duplicates in the end
4868 * - br_ip_list needs to be freed by caller
4871 struct list_head *br_ip_list)
4876 struct br_ip_list *entry;
4880 if (!br_ip_list || !netif_is_bridge_port(dev))
4899 list_add(&entry->list, br_ip_list);