skb_gso_ok       4540 include/linux/netdevice.h 	return skb_is_gso(skb) && (!skb_gso_ok(skb, features) ||
skb_gso_ok       3017 net/core/dev.c 		if (!skb_gso_ok(skb, features | partial_features))
skb_gso_ok         84 net/ipv4/tcp_offload.c 	if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) {
skb_gso_ok         49 net/sctp/offload.c 	if (skb_gso_ok(skb, features | NETIF_F_GSO_ROBUST)) {