Searched refs:dev_mc_sync (Results 1 – 7 of 7) sorted by relevance
| /linux/net/core/ |
| H A D | dev_addr_lists.c | 1083 * 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 D | vlan_dev.c | 482 dev_mc_sync(vlan_dev_priv(vlan_dev)->real_dev, vlan_dev);
|
| /linux/drivers/net/ipvlan/ |
| H A D | ipvlan_main.c | 290 dev_mc_sync(ipvlan->phy_dev, dev); in ipvlan_set_multicast_mac_filter()
|
| /linux/drivers/net/hyperv/ |
| H A D | netvsc_drv.c | 96 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 D | bond_main.c | 955 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 D | netdevice.h | 5101 int dev_mc_sync(struct net_device *to, struct net_device *from);
|
| /linux/drivers/net/ |
| H A D | macsec.c | 3691 dev_mc_sync(real_dev, dev); in macsec_dev_set_rx_mode()
|