Lines Matching refs:features
251 netdev_features_t features; in ip_finish_output_gso() local
272 features = netif_skb_features(skb); in ip_finish_output_gso()
274 segs = skb_gso_segment(skb, features & ~NETIF_F_GSO_MASK); in ip_finish_output_gso()
1000 rt->dst.dev->features & (NETIF_F_HW_CSUM | NETIF_F_IP_CSUM) && in __ip_append_data()
1002 (!exthdrlen || (rt->dst.dev->features & NETIF_F_HW_ESP_TX_CSUM))) in __ip_append_data()
1015 if ((rt->dst.dev->features & NETIF_F_SG) && in __ip_append_data()
1027 if (rt->dst.dev->features & NETIF_F_SG && in __ip_append_data()
1039 if (rt->dst.dev->features & NETIF_F_SG && in __ip_append_data()
1111 !(rt->dst.dev->features&NETIF_F_SG)) in __ip_append_data()
1115 !(rt->dst.dev->features & NETIF_F_SG))) in __ip_append_data()
1211 if (!(rt->dst.dev->features&NETIF_F_SG) && in __ip_append_data()