Home
last modified time | relevance | path

Searched refs:skb_gso_ok (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dnetdevice.h4619 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok() function
4628 return skb_is_gso(skb) && (!skb_gso_ok(skb, features) || in netif_needs_gso()