Searched refs:dev_mc_unsync (Results 1 – 9 of 9) sorted by relevance
| /linux/net/core/ |
| H A D | dev_addr_lists.c | 1012 void dev_mc_unsync(struct net_device *to, struct net_device *from) in dev_mc_unsync() function 1025 EXPORT_SYMBOL(dev_mc_unsync);
|
| /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 | 300 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 | 1320 dev_mc_unsync(port_dev, dev); in team_port_del() 1670 dev_mc_unsync(port->dev, dev); in team_close()
|
| /linux/drivers/net/ |
| H A D | macvlan.c | 701 dev_mc_unsync(lowerdev, dev); in macvlan_stop()
|
| H A D | macsec.c | 3622 dev_mc_unsync(real_dev, dev); in macsec_dev_stop()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 5059 void dev_mc_unsync(struct net_device *to, struct net_device *from);
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 917 dev_mc_unsync(slave_dev, bond_dev); in bond_hw_addr_flush()
|