Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/
H A Dnet_failover.c390 netdev_increment_features(vlan_features, in net_failover_compute_features()
394 netdev_increment_features(enc_features, in net_failover_compute_features()
406 netdev_increment_features(vlan_features, in net_failover_compute_features()
410 netdev_increment_features(enc_features, in net_failover_compute_features()
H A Dmacvlan.c1108 features = netdev_increment_features(lowerdev_features, features, mask); in macvlan_fix_features()
/linux-6.15/net/bridge/
H A Dbr_if.c558 features = netdev_increment_features(features, in br_features_recompute()
/linux-6.15/net/hsr/
H A Dhsr_device.c209 features = netdev_increment_features(features, in hsr_features_recompute()
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c1522 features = netdev_increment_features(features, in bond_fix_features()
1571 vlan_features = netdev_increment_features(vlan_features, in bond_compute_features()
1574 enc_features = netdev_increment_features(enc_features, in bond_compute_features()
1579 xfrm_features = netdev_increment_features(xfrm_features, in bond_compute_features()
1584 gso_partial_features = netdev_increment_features(gso_partial_features, in bond_compute_features()
1588 mpls_features = netdev_increment_features(mpls_features, in bond_compute_features()
/linux-6.15/drivers/net/team/
H A Dteam_core.c1010 vlan_features = netdev_increment_features(vlan_features, in __team_compute_features()
1014 netdev_increment_features(enc_features, in __team_compute_features()
2032 features = netdev_increment_features(features, in team_fix_features()
/linux-6.15/drivers/net/ipvlan/
H A Dipvlan_main.c247 features = netdev_increment_features(ipvlan->phy_dev->features, in ipvlan_fix_features()
/linux-6.15/include/linux/
H A Dnetdevice.h5247 netdev_features_t netdev_increment_features(netdev_features_t all,
5257 return netdev_increment_features(features, NETIF_F_ALL_TSO, mask); in netdev_add_tso_features()
/linux-6.15/net/core/
H A Ddev.c12310 netdev_features_t netdev_increment_features(netdev_features_t all, in netdev_increment_features() function
12326 EXPORT_SYMBOL(netdev_increment_features);