Searched refs:skb_gso_ok (Results 1 - 5 of 5) sorted by last modified time

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

Completed in 173 milliseconds