Searched refs:ether_addr_is_ip_mcast (Results 1 – 2 of 2) sorted by relevance
112 ether_addr_is_ip_mcast(e->addr)) in sparx5_port_attr_mrouter_set()549 if (is_new && ether_addr_is_ip_mcast(v->addr)) in sparx5_handle_port_mdb_add()602 if (!port->is_mrouter || !ether_addr_is_ip_mcast(v->addr)) in sparx5_handle_port_mdb_del()
447 static inline bool ether_addr_is_ip_mcast(const u8 *addr) in ether_addr_is_ip_mcast() function