Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/team/
Dteam.c1001 netdev_change_features(team->dev); in __team_compute_features()
1009 netdev_change_features(team->dev); in team_compute_features()
/linux-4.4.14/net/core/
Ddev.c6491 void netdev_change_features(struct net_device *dev) in netdev_change_features() function
6496 EXPORT_SYMBOL(netdev_change_features);
/linux-4.4.14/include/linux/
Dnetdevice.h3764 void netdev_change_features(struct net_device *dev);
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1122 netdev_change_features(bond_dev); in bond_compute_features()