Home
last modified time | relevance | path

Searched refs:ether_addr_is_ip_mcast (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c122 ether_addr_is_ip_mcast(e->addr)) in sparx5_port_attr_mrouter_set()
574 if (is_new && ether_addr_is_ip_mcast(v->addr)) in sparx5_handle_port_mdb_add()
627 if (!port->is_mrouter || !ether_addr_is_ip_mcast(v->addr)) in sparx5_handle_port_mdb_del()
/linux/include/linux/
H A Detherdevice.h452 static inline bool ether_addr_is_ip_mcast(const u8 *addr) in ether_addr_is_ip_mcast() function