Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev_addr_lists.c859 * dev_uc_sync - Synchronize device's unicast list to another device in dev_mc_add_excl()
871 int dev_uc_sync(struct net_device *to, struct net_device *from) in __dev_mc_add()
885 EXPORT_SYMBOL(dev_uc_sync); in dev_mc_add()
923 * dev_uc_sync(). This function is intended to be called from the
734 int dev_uc_sync(struct net_device *to, struct net_device *from) dev_uc_sync() function
/linux/net/8021q/
H A Dvlan_dev.c483 dev_uc_sync(vlan_dev_priv(vlan_dev)->real_dev, vlan_dev); in vlan_parse_protocol()
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c289 dev_uc_sync(ipvlan->phy_dev, dev); in ipvlan_set_multicast_mac_filter()
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c95 dev_uc_sync(vf_netdev, net); in netvsc_set_rx_mode()
2202 dev_uc_sync(vf_netdev, ndev); in __netvsc_vf_setup()
/linux/drivers/net/bonding/
H A Dbond_main.c954 dev_uc_sync(new_active->dev, bond->dev); in bond_hw_addr_swap()
4691 dev_uc_sync(slave->dev, bond_dev); in bond_set_rx_mode()
/linux/include/linux/
H A Dnetdevice.h5057 int dev_uc_sync(struct net_device *to, struct net_device *from);
/linux/drivers/net/
H A Dmacsec.c3692 dev_uc_sync(real_dev, dev); in macsec_dev_set_rx_mode()