Searched refs:dev_uc_unsync (Results 1 – 9 of 9) sorted by relevance
| /linux/net/core/ |
| H A D | dev_addr_lists.c | 918 * dev_uc_unsync - Remove synchronized addresses from the destination device 926 void dev_uc_unsync(struct net_device *to, struct net_device *from) in dev_mc_del() 947 EXPORT_SYMBOL(dev_uc_unsync); 1154 /* See the above comments inside dev_uc_unsync(). */ 789 void dev_uc_unsync(struct net_device *to, struct net_device *from) dev_uc_unsync() function
|
| /linux/drivers/net/ |
| H A D | net_failover.c | 563 dev_uc_unsync(slave_dev, failover_dev); in net_failover_slave_register() 604 dev_uc_unsync(slave_dev, failover_dev); in net_failover_slave_unregister()
|
| H A D | macsec.c | 3660 dev_uc_unsync(real_dev, dev); in macsec_dev_stop()
|
| /linux/net/hsr/ |
| H A D | hsr_device.c | 181 dev_uc_unsync(port->dev, dev); in hsr_dev_close()
|
| /linux/net/8021q/ |
| H A D | vlan_dev.c | 304 dev_uc_unsync(real_dev, dev); in vlan_dev_stop()
|
| /linux/drivers/net/ipvlan/ |
| H A D | ipvlan_main.c | 208 dev_uc_unsync(phy_dev, dev); in ipvlan_stop()
|
| /linux/drivers/net/team/ |
| H A D | team_core.c | 1446 dev_uc_unsync(port_dev, dev); in team_port_del() 1849 dev_uc_unsync(port->dev, dev); in team_close()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 5059 void dev_uc_unsync(struct net_device *to, struct net_device *from);
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 914 dev_uc_unsync(slave_dev, bond_dev); in bond_hw_addr_flush()
|