Searched refs:dev_mc_unsync (Results 1 – 9 of 9) sorted by relevance
| /linux/net/core/ |
| H A D | dev_addr_lists.c | 1141 * dev_mc_unsync - Remove synchronized addresses from the destination device 1149 void dev_mc_unsync(struct net_device *to, struct net_device *from) 1162 EXPORT_SYMBOL(dev_mc_unsync); 1012 void dev_mc_unsync(struct net_device *to, struct net_device *from) dev_mc_unsync() function
|
| /linux/drivers/net/ |
| H A D | net_failover.c | 564 dev_mc_unsync(slave_dev, failover_dev); in net_failover_slave_register() 605 dev_mc_unsync(slave_dev, failover_dev); in net_failover_slave_unregister()
|
| H A D | macsec.c | 3659 dev_mc_unsync(real_dev, dev); in macsec_dev_stop()
|
| /linux/net/hsr/ |
| H A D | hsr_device.c | 182 dev_mc_unsync(port->dev, dev); in hsr_dev_close()
|
| /linux/net/8021q/ |
| H A D | vlan_dev.c | 303 dev_mc_unsync(real_dev, dev); in vlan_dev_stop()
|
| /linux/drivers/net/ipvlan/ |
| H A D | ipvlan_main.c | 209 dev_mc_unsync(phy_dev, dev); in ipvlan_stop()
|
| /linux/drivers/net/team/ |
| H A D | team_core.c | 1447 dev_mc_unsync(port_dev, dev); in team_port_del() 1850 dev_mc_unsync(port->dev, dev); in team_close()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 5103 void dev_mc_unsync(struct net_device *to, struct net_device *from);
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 915 dev_mc_unsync(slave_dev, bond_dev); in bond_hw_addr_flush()
|