Home
last modified time | relevance | path

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

/linux-6.14.4/net/core/
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.14.4/net/8021q/
Dvlan_dev.c480 dev_mc_sync(vlan_dev_priv(vlan_dev)->real_dev, vlan_dev); in vlan_dev_set_rx_mode()
/linux-6.14.4/drivers/net/ipvlan/
Dipvlan_main.c287 dev_mc_sync(ipvlan->phy_dev, dev); in ipvlan_set_multicast_mac_filter()
/linux-6.14.4/drivers/net/hyperv/
Dnetvsc_drv.c95 dev_mc_sync(vf_netdev, net); in netvsc_set_rx_mode()
2250 dev_mc_sync(vf_netdev, ndev); in __netvsc_vf_setup()
/linux-6.14.4/drivers/net/
Dmacvlan.c833 dev_mc_sync(vlan->lowerdev, dev); in macvlan_set_mac_lists()
Dmacsec.c3703 dev_mc_sync(real_dev, dev); in macsec_dev_set_rx_mode()
/linux-6.14.4/drivers/net/bonding/
Dbond_main.c1026 dev_mc_sync(new_active->dev, bond->dev); in bond_hw_addr_swap()
4752 dev_mc_sync(slave->dev, bond_dev); in bond_set_rx_mode()
/linux-6.14.4/include/linux/
Dnetdevice.h4885 int dev_mc_sync(struct net_device *to, struct net_device *from);