Home
last modified time | relevance | path

Searched refs:dev_mc_sync (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/net/core/
H A Ddev_addr_lists.c957 int dev_mc_sync(struct net_device *to, struct net_device *from) in dev_mc_sync() function
971 EXPORT_SYMBOL(dev_mc_sync);
/linux-6.15/net/8021q/
H A Dvlan_dev.c479 dev_mc_sync(vlan_dev_priv(vlan_dev)->real_dev, vlan_dev); in vlan_dev_set_rx_mode()
/linux-6.15/drivers/net/ipvlan/
H A Dipvlan_main.c288 dev_mc_sync(ipvlan->phy_dev, dev); in ipvlan_set_multicast_mac_filter()
/linux-6.15/drivers/net/hyperv/
H A Dnetvsc_drv.c96 dev_mc_sync(vf_netdev, net); in netvsc_set_rx_mode()
2217 dev_mc_sync(vf_netdev, ndev); in __netvsc_vf_setup()
/linux-6.15/drivers/net/
H A Dmacvlan.c834 dev_mc_sync(vlan->lowerdev, dev); in macvlan_set_mac_lists()
H A Dmacsec.c3704 dev_mc_sync(real_dev, dev); in macsec_dev_set_rx_mode()
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c1022 dev_mc_sync(new_active->dev, bond->dev); in bond_hw_addr_swap()
4751 dev_mc_sync(slave->dev, bond_dev); in bond_set_rx_mode()
/linux-6.15/include/linux/
H A Dnetdevice.h4935 int dev_mc_sync(struct net_device *to, struct net_device *from);