Home
last modified time | relevance | path

Searched refs:iptunnel_handle_offloads (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/include/net/
H A Dudp_tunnel.h173 return iptunnel_handle_offloads(skb, type); in udp_tunnel_handle_offloads()
H A Dip_tunnels.h492 int iptunnel_handle_offloads(struct sk_buff *skb, int gso_type_mask);
/openbmc/linux/net/ipv4/
H A Dipip.c300 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP4)) in ipip_tunnel_xmit()
H A Dfou_core.c930 err = iptunnel_handle_offloads(skb, type); in __fou_build_header()
959 err = iptunnel_handle_offloads(skb, type); in __gue_build_header()
H A Dip_tunnel_core.c156 int iptunnel_handle_offloads(struct sk_buff *skb, in iptunnel_handle_offloads() function
186 EXPORT_SYMBOL_GPL(iptunnel_handle_offloads);
H A Dip_gre.c479 return iptunnel_handle_offloads(skb, csum ? SKB_GSO_GRE_CSUM : SKB_GSO_GRE); in gre_handle_offloads()
/openbmc/linux/net/ipv6/
H A Dseg6_iptunnel.c393 err = iptunnel_handle_offloads(skb, SKB_GSO_IPXIP6); in seg6_do_srh()
H A Dsit.c964 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP4)) { in ipip6_tunnel_xmit()
1052 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP4)) in sit_tunnel_xmit__()
H A Dip6_tunnel.c1394 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP6)) in ipxip6_tnl_xmit()
H A Dip6_gre.c630 return iptunnel_handle_offloads(skb, in gre_handle_offloads()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c1204 if (iptunnel_handle_offloads(skb, gso_type)) in ip_vs_tunnel_xmit()
1347 if (iptunnel_handle_offloads(skb, gso_type)) in ip_vs_tunnel_xmit_v6()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c2207 err = iptunnel_handle_offloads(skb, type); in vxlan_build_skb()