Home
last modified time | relevance | path

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

/linux/include/net/
H A Dudp_tunnel.h190 return iptunnel_handle_offloads(skb, type); in udp_tunnel_handle_offloads()
H A Dip_tunnels.h611 int iptunnel_handle_offloads(struct sk_buff *skb, int gso_type_mask);
/linux/net/ipv4/
H 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);
H 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()
H A Dipip.c308 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP4)) in ipip_tunnel_xmit()
/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()
/linux/net/ipv6/
H A Dseg6_iptunnel.c399 err = iptunnel_handle_offloads(skb, SKB_GSO_IPXIP6); in seg6_do_srh()
H 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__()
H A Dip6_tunnel.c1396 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP6)) in ipxip6_tnl_xmit()
H A Dip6_gre.c631 return iptunnel_handle_offloads(skb, in gre_handle_offloads()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c2227 err = iptunnel_handle_offloads(skb, type); in vxlan_build_skb()