Home
last modified time | relevance | path

Searched refs:dev_uc_sync (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/net/core/
H A Ddev_addr_lists.c733 int dev_uc_sync(struct net_device *to, struct net_device *from) in dev_uc_sync() function
747 EXPORT_SYMBOL(dev_uc_sync);
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_main.c285 dev_uc_sync(ipvlan->phy_dev, dev); in ipvlan_set_multicast_mac_filter()
/openbmc/linux/net/8021q/
H A Dvlan_dev.c504 dev_uc_sync(vlan_dev_priv(vlan_dev)->real_dev, vlan_dev); in vlan_dev_set_rx_mode()
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c94 dev_uc_sync(vf_netdev, net); in netvsc_set_rx_mode()
2246 dev_uc_sync(vf_netdev, ndev); in __netvsc_vf_setup()
/openbmc/linux/drivers/net/
H A Dmacvlan.c831 dev_uc_sync(vlan->lowerdev, dev); in macvlan_set_mac_lists()
H A Dmacsec.c3607 dev_uc_sync(real_dev, dev); in macsec_dev_set_rx_mode()
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c951 dev_uc_sync(new_active->dev, bond->dev); in bond_hw_addr_swap()
4667 dev_uc_sync(slave->dev, bond_dev); in bond_set_rx_mode()
/openbmc/linux/include/linux/
H A Dnetdevice.h4638 int dev_uc_sync(struct net_device *to, struct net_device *from);