Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sctp/
Doffload.c49 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) { in sctp_gso_segment()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_offload.c84 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) { in tcp_gso_segment()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h4910 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok() function
4919 return skb_is_gso(skb) && (!skb_gso_ok(skb, features) || in netif_needs_gso()
/kernel/linux/linux-5.10/net/core/
Ddev.c3409 if (!skb_gso_ok(skb, features | partial_features)) in __skb_gso_segment()