Searched refs:lowerdev_features (Results 1 – 1 of 1) sorted by relevance
1099 netdev_features_t lowerdev_features = vlan->lowerdev->features; in macvlan_fix_features() local1106 lowerdev_features &= (features | ~NETIF_F_LRO); in macvlan_fix_features()1107 features = netdev_increment_features(lowerdev_features, features, mask); in macvlan_fix_features()