Home
last modified time | relevance | path

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

/linux/include/net/
A Dudp_tunnel.h190 return iptunnel_handle_offloads(skb, type); in udp_tunnel_handle_offloads()
A Dip_tunnels.h602 int iptunnel_handle_offloads(struct sk_buff *skb, int gso_type_mask);
/linux/net/ipv4/
A Dipip.c308 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP4)) in ipip_tunnel_xmit()
A Dfou_core.c949 err = iptunnel_handle_offloads(skb, type); in __fou_build_header()
978 err = iptunnel_handle_offloads(skb, type); in __gue_build_header()
A Dip_tunnel_core.c157 int iptunnel_handle_offloads(struct sk_buff *skb, in iptunnel_handle_offloads() function
187 EXPORT_SYMBOL_GPL(iptunnel_handle_offloads);
A Dip_gre.c489 return iptunnel_handle_offloads(skb, csum ? SKB_GSO_GRE_CSUM : SKB_GSO_GRE); in gre_handle_offloads()
/linux/net/ipv6/
A Dseg6_iptunnel.c393 err = iptunnel_handle_offloads(skb, SKB_GSO_IPXIP6); in seg6_do_srh()
A Dsit.c966 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP4)) { in ipip6_tunnel_xmit()
1054 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP4)) in sit_tunnel_xmit__()
A Dip6_tunnel.c1396 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP6)) in ipxip6_tnl_xmit()
A Dip6_gre.c631 return iptunnel_handle_offloads(skb, in gre_handle_offloads()
/linux/net/netfilter/ipvs/
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()
/linux/drivers/net/vxlan/
A Dvxlan_core.c2209 err = iptunnel_handle_offloads(skb, type); in vxlan_build_skb()

Completed in 41 milliseconds