Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Doffload.c54 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) { in sctp_gso_segment()
/linux/net/core/
H A Dgso.c111 if (!skb_gso_ok(skb, features | partial_features)) in __skb_gso_segment()
/linux/net/ipv4/
H A Dtcp_offload.c165 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) { in tcp_gso_segment()
H A Dudp_offload.c292 if (skb_gso_ok(gso_skb, features | NETIF_F_GSO_ROBUST)) { in __udp_gso_segment()
/linux/include/linux/
H A Dnetdevice.h5248 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok() function
5257 return skb_is_gso(skb) && (!skb_gso_ok(skb, features) || in netif_needs_gso()