Home
last modified time | relevance | path

Searched refs:dev_uc_unsync (Results 1 – 9 of 9) sorted by relevance

/linux/net/core/
H A Ddev_addr_lists.c918 * 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 Dnet_failover.c563 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 Dmacsec.c3660 dev_uc_unsync(real_dev, dev); in macsec_dev_stop()
/linux/net/hsr/
H A Dhsr_device.c181 dev_uc_unsync(port->dev, dev); in hsr_dev_close()
/linux/net/8021q/
H A Dvlan_dev.c304 dev_uc_unsync(real_dev, dev); in vlan_dev_stop()
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c208 dev_uc_unsync(phy_dev, dev); in ipvlan_stop()
/linux/drivers/net/team/
H A Dteam_core.c1446 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 Dnetdevice.h5059 void dev_uc_unsync(struct net_device *to, struct net_device *from);
/linux/drivers/net/bonding/
H A Dbond_main.c914 dev_uc_unsync(slave_dev, bond_dev); in bond_hw_addr_flush()