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

/linux-master/net/sctp/
H A Doffload.c54 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) {
/linux-master/net/core/
H A Dgso.c111 if (!skb_gso_ok(skb, features | partial_features))
/linux-master/net/ipv4/
H A Dtcp_offload.c86 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) {
H A Dudp_offload.c281 if (skb_gso_ok(gso_skb, features | NETIF_F_GSO_ROBUST)) {
/linux-master/include/linux/
H A Dnetdevice.h5005 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) function
5014 return skb_is_gso(skb) && (!skb_gso_ok(skb, features) ||

Completed in 206 milliseconds