Home
last modified time | relevance | path

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

/linux-4.4.14/net/hsr/
Dhsr_device.c219 features = netdev_increment_features(features, in hsr_features_recompute()
/linux-4.4.14/net/bridge/
Dbr_if.c428 features = netdev_increment_features(features, in br_features_recompute()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1062 features = netdev_increment_features(features, in bond_fix_features()
1096 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features()
1099 enc_features = netdev_increment_features(enc_features, in bond_compute_features()
/linux-4.4.14/drivers/net/team/
Dteam.c981 vlan_features = netdev_increment_features(vlan_features, in ___team_compute_features()
1938 features = netdev_increment_features(features, in team_fix_features()
/linux-4.4.14/include/linux/
Dnetdevice.h3749 netdev_features_t netdev_increment_features(netdev_features_t all,
3759 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/linux-4.4.14/drivers/net/
Dmacvlan.c963 features = netdev_increment_features(lowerdev_features, features, mask); in macvlan_fix_features()
/linux-4.4.14/net/core/
Ddev.c7487 netdev_features_t netdev_increment_features(netdev_features_t all, in netdev_increment_features() function
7503 EXPORT_SYMBOL(netdev_increment_features);