Home
last modified time | relevance | path

Searched refs:netdev_change_features (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/team/
H A Dteam_core.c1038 netdev_change_features(team->dev); in team_compute_features()
1694 netdev_change_features(dev); in team_uninit()
1992 netdev_change_features(dev); in team_add_slave()
2014 netdev_change_features(dev); in team_del_slave()
/linux/drivers/net/
H A Dnet_failover.c428 netdev_change_features(dev); in net_failover_compute_features()
/linux/include/linux/
H A Dnetdevice.h5209 void netdev_change_features(struct net_device *dev);
/linux/net/core/
H A Ddev.c10631 void netdev_change_features(struct net_device *dev) in netdev_change_features() function
10636 EXPORT_SYMBOL(netdev_change_features);
/linux/drivers/net/bonding/
H A Dbond_main.c1623 netdev_change_features(bond_dev); in bond_compute_features()