Lines Matching defs:features
1204 level, dev->name, &dev->features);
4327 netdev_features_t features,
4390 if (skb_needs_linearize(nskb, features) &&
4403 if (skb_needs_linearize(skb, features) &&
4421 * @features: features for the output path (see dev->features)
4428 netdev_features_t features)
4463 features &= ~NETIF_F_SG;
4474 sg = !!(features & NETIF_F_SG);
4475 csum = !!can_checksum_protocol(features, proto);
4478 if (!(features & NETIF_F_GSO_PARTIAL)) {
4483 !net_gso_ok(features, skb_shinfo(head_skb)->gso_type))
4487 * GSO features except frag_list are supported.
4742 type |= (features & NETIF_F_GSO_PARTIAL) / NETIF_F_GSO_PARTIAL * SKB_GSO_PARTIAL;