Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A Doffload.c49 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) { in sctp_gso_segment()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_offload.c84 if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) { in tcp_gso_segment()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h4942 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok() function
4951 return skb_is_gso(skb) && (!skb_gso_ok(skb, features) || in netif_needs_gso()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c3410 if (!skb_gso_ok(skb, features | partial_features)) in __skb_gso_segment()