iptunnel_handle_offloads 2184 drivers/net/vxlan.c 	err = iptunnel_handle_offloads(skb, type);
iptunnel_handle_offloads  420 include/net/ip_tunnels.h int iptunnel_handle_offloads(struct sk_buff *skb, int gso_type_mask);
iptunnel_handle_offloads  166 include/net/udp_tunnel.h 	return iptunnel_handle_offloads(skb, type);
iptunnel_handle_offloads  976 net/ipv4/fou.c 	err = iptunnel_handle_offloads(skb, type);
iptunnel_handle_offloads 1005 net/ipv4/fou.c 	err = iptunnel_handle_offloads(skb, type);
iptunnel_handle_offloads  449 net/ipv4/ip_gre.c 	return iptunnel_handle_offloads(skb, csum ? SKB_GSO_GRE_CSUM : SKB_GSO_GRE);
iptunnel_handle_offloads  181 net/ipv4/ip_tunnel_core.c EXPORT_SYMBOL_GPL(iptunnel_handle_offloads);
iptunnel_handle_offloads  297 net/ipv4/ipip.c 	if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP4))
iptunnel_handle_offloads  628 net/ipv6/ip6_gre.c 	return iptunnel_handle_offloads(skb,
iptunnel_handle_offloads 1283 net/ipv6/ip6_tunnel.c 	if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP6))
iptunnel_handle_offloads 1371 net/ipv6/ip6_tunnel.c 	if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP6))
iptunnel_handle_offloads  242 net/ipv6/seg6_iptunnel.c 		err = iptunnel_handle_offloads(skb, SKB_GSO_IPXIP6);
iptunnel_handle_offloads  927 net/ipv6/sit.c 	if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP4)) {
iptunnel_handle_offloads 1015 net/ipv6/sit.c 	if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP4))
iptunnel_handle_offloads 1222 net/netfilter/ipvs/ip_vs_xmit.c 	if (iptunnel_handle_offloads(skb, gso_type))
iptunnel_handle_offloads 1370 net/netfilter/ipvs/ip_vs_xmit.c 	if (iptunnel_handle_offloads(skb, gso_type))