Searched refs:skb_gso_ok (Results 1 – 4 of 4) sorted by relevance
57 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) { in sctp_gso_segment()
87 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) { in tcp_gso_segment()
4404 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok() function4413 return skb_is_gso(skb) && (!skb_gso_ok(skb, features) || in netif_needs_gso()
3056 if (!skb_gso_ok(skb, features | partial_features)) in __skb_gso_segment()