Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev_addr_lists.c1083 * dev_mc_sync - Synchronize device's multicast list to another device
1094 int dev_mc_sync(struct net_device *to, struct net_device *from)
1108 EXPORT_SYMBOL(dev_mc_sync);
1146 * dev_mc_sync(). This function is intended to be called from the
957 int dev_mc_sync(struct net_device *to, struct net_device *from) dev_mc_sync() function
/linux/net/8021q/
H A Dvlan_dev.c482 dev_mc_sync(vlan_dev_priv(vlan_dev)->real_dev, vlan_dev);
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c290 dev_mc_sync(ipvlan->phy_dev, dev); in ipvlan_set_multicast_mac_filter()
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c96 dev_mc_sync(vf_netdev, net); in netvsc_set_rx_mode()
2203 dev_mc_sync(vf_netdev, ndev); in __netvsc_vf_setup()
/linux/drivers/net/bonding/
H A Dbond_main.c955 dev_mc_sync(new_active->dev, bond->dev); in bond_hw_addr_swap()
4692 dev_mc_sync(slave->dev, bond_dev); in bond_set_rx_mode()
/linux/include/linux/
H A Dnetdevice.h5101 int dev_mc_sync(struct net_device *to, struct net_device *from);
/linux/drivers/net/
H A Dmacsec.c3691 dev_mc_sync(real_dev, dev); in macsec_dev_set_rx_mode()