Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/
Dnet_failover.c394 netdev_increment_features(vlan_features, in net_failover_compute_features()
398 netdev_increment_features(enc_features, in net_failover_compute_features()
410 netdev_increment_features(vlan_features, in net_failover_compute_features()
414 netdev_increment_features(enc_features, in net_failover_compute_features()
Dmacvlan.c1082 features = netdev_increment_features(lowerdev_features, features, mask); in macvlan_fix_features()
/Linux-v5.15/net/hsr/
Dhsr_device.c197 features = netdev_increment_features(features, in hsr_features_recompute()
/Linux-v5.15/net/bridge/
Dbr_if.c548 features = netdev_increment_features(features, in br_features_recompute()
/Linux-v5.15/drivers/net/team/
Dteam.c997 vlan_features = netdev_increment_features(vlan_features, in __team_compute_features()
1001 netdev_increment_features(enc_features, in __team_compute_features()
2011 features = netdev_increment_features(features, in team_fix_features()
/Linux-v5.15/drivers/net/bonding/
Dbond_main.c1385 features = netdev_increment_features(features, in bond_fix_features()
1428 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features()
1431 enc_features = netdev_increment_features(enc_features, in bond_compute_features()
1436 xfrm_features = netdev_increment_features(xfrm_features, in bond_compute_features()
1441 mpls_features = netdev_increment_features(mpls_features, in bond_compute_features()
/Linux-v5.15/drivers/net/ipvlan/
Dipvlan_main.c245 features = netdev_increment_features(ipvlan->phy_dev->features, in ipvlan_fix_features()
/Linux-v5.15/include/linux/
Dnetdevice.h5038 netdev_features_t netdev_increment_features(netdev_features_t all,
5048 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/Linux-v5.15/net/core/
Ddev.c11333 netdev_features_t netdev_increment_features(netdev_features_t all, in netdev_increment_features() function
11349 EXPORT_SYMBOL(netdev_increment_features);