Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetdevice.h3681 void netdev_change_features(struct net_device *dev);
/linux-4.1.27/drivers/net/team/
Dteam.c997 netdev_change_features(team->dev); in __team_compute_features()
/linux-4.1.27/net/core/
Ddev.c6223 void netdev_change_features(struct net_device *dev) in netdev_change_features() function
6228 EXPORT_SYMBOL(netdev_change_features);
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1109 netdev_change_features(bond_dev); in bond_compute_features()