Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_ipsec.c101 netdev_change_features(netdev); in chcr_add_xfrmops()
/Linux-v4.19/drivers/net/team/
Dteam.c1040 netdev_change_features(team->dev); in team_compute_features()
1663 netdev_change_features(dev); in team_uninit()
1954 netdev_change_features(dev); in team_add_slave()
1969 netdev_change_features(dev); in team_del_slave()
/Linux-v4.19/drivers/net/
Dnet_failover.c434 netdev_change_features(dev); in net_failover_compute_features()
/Linux-v4.19/include/linux/
Dnetdevice.h4367 void netdev_change_features(struct net_device *dev);
/Linux-v4.19/net/core/
Ddev.c8260 void netdev_change_features(struct net_device *dev) in netdev_change_features() function
8265 EXPORT_SYMBOL(netdev_change_features);
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c1114 netdev_change_features(bond_dev); in bond_compute_features()