Home
last modified time | relevance | path

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

/Linux-v5.10/net/sctp/
Doffload.c49 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) { in sctp_gso_segment()
/Linux-v5.10/net/ipv4/
Dtcp_offload.c84 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) { in tcp_gso_segment()
/Linux-v5.10/include/linux/
Dnetdevice.h4838 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok() function
4847 return skb_is_gso(skb) && (!skb_gso_ok(skb, features) || in netif_needs_gso()
/Linux-v5.10/net/core/
Ddev.c3381 if (!skb_gso_ok(skb, features | partial_features)) in __skb_gso_segment()