Home
last modified time | relevance | path

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

/linux/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()
/linux/net/bridge/
H A Dbr_if.c545 features = netdev_increment_features(features, in br_features_recompute()
/linux/net/hsr/
H A Dhsr_device.c209 features = netdev_increment_features(features, in hsr_features_recompute()
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c247 features = netdev_increment_features(ipvlan->phy_dev->features, in ipvlan_fix_features()
/linux/net/core/
H A Ddev.c12730 netdev_features_t netdev_increment_features(netdev_features_t all, in netdev_increment_features() function
12746 EXPORT_SYMBOL(netdev_increment_features);
12776 gso_partial_features = netdev_increment_features(gso_partial_features, in netdev_compute_master_upper_features()
12780 vlan_features = netdev_increment_features(vlan_features, in netdev_compute_master_upper_features()
12784 enc_features = netdev_increment_features(enc_features, in netdev_compute_master_upper_features()
12789 xfrm_features = netdev_increment_features(xfrm_features, in netdev_compute_master_upper_features()
12793 mpls_features = netdev_increment_features(mpls_features, in netdev_compute_master_upper_features()
/linux/drivers/net/team/
H A Dteam_core.c1951 features = netdev_increment_features(features, in team_fix_features()
/linux/drivers/net/bonding/
H A Dbond_main.c1462 features = netdev_increment_features(features, in bond_fix_features()