Searched refs:skb_gso_ok (Results 1 – 4 of 4) sorted by relevance
49 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) { in sctp_gso_segment()
84 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) { in tcp_gso_segment()
4910 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok() function4919 return skb_is_gso(skb) && (!skb_gso_ok(skb, features) || in netif_needs_gso()
3409 if (!skb_gso_ok(skb, features | partial_features)) in __skb_gso_segment()