Searched refs:netdev_increment_features (Results 1 – 8 of 8) sorted by relevance
| /linux/net/bridge/ |
| H A D | br_if.c | 545 features = netdev_increment_features(features, in br_features_recompute()
|
| /linux/net/hsr/ |
| H A D | hsr_device.c | 209 features = netdev_increment_features(features, in hsr_features_recompute()
|
| /linux/drivers/net/ipvlan/ |
| H A D | ipvlan_main.c | 249 features = netdev_increment_features(ipvlan->phy_dev->features, in ipvlan_fix_features()
|
| /linux/net/core/ |
| H A D | dev.c | 12748 netdev_features_t netdev_increment_features(netdev_features_t all, in netdev_increment_features() function 12764 EXPORT_SYMBOL(netdev_increment_features); 12794 gso_partial_features = netdev_increment_features(gso_partial_features, in netdev_compute_master_upper_features() 12798 vlan_features = netdev_increment_features(vlan_features, in netdev_compute_master_upper_features() 12802 enc_features = netdev_increment_features(enc_features, in netdev_compute_master_upper_features() 12807 xfrm_features = netdev_increment_features(xfrm_features, in netdev_compute_master_upper_features() 12811 mpls_features = netdev_increment_features(mpls_features, in netdev_compute_master_upper_features()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 5318 netdev_features_t netdev_increment_features(netdev_features_t all, 5328 return netdev_increment_features(features, NETIF_F_ALL_TSO | in netdev_add_tso_features()
|
| /linux/drivers/net/ |
| H A D | macvlan.c | 1114 features = netdev_increment_features(lowerdev_features, features, mask); in macvlan_fix_features()
|
| /linux/drivers/net/team/ |
| H A D | team_core.c | 1949 features = netdev_increment_features(features, in team_fix_features()
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 1498 features = netdev_increment_features(features, in bond_fix_features()
|