Searched refs:iptunnel_handle_offloads (Results 1 – 11 of 11) sorted by relevance
/linux/include/net/ |
H A D | udp_tunnel.h | 190 return iptunnel_handle_offloads(skb, type); in udp_tunnel_handle_offloads()
|
H A D | ip_tunnels.h | 611 int iptunnel_handle_offloads(struct sk_buff *skb, int gso_type_mask);
|
/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | 157 int iptunnel_handle_offloads(struct sk_buff *skb, in iptunnel_handle_offloads() function 187 EXPORT_SYMBOL_GPL(iptunnel_handle_offloads);
|
H A D | fou_core.c | 949 err = iptunnel_handle_offloads(skb, type); in __fou_build_header() 978 err = iptunnel_handle_offloads(skb, type); in __gue_build_header()
|
H A D | ipip.c | 308 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP4)) in ipip_tunnel_xmit()
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_xmit.c | 1204 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 D | seg6_iptunnel.c | 399 err = iptunnel_handle_offloads(skb, SKB_GSO_IPXIP6); in seg6_do_srh()
|
H A D | sit.c | 966 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 D | ip6_tunnel.c | 1396 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP6)) in ipxip6_tnl_xmit()
|
H A D | ip6_gre.c | 631 return iptunnel_handle_offloads(skb, in gre_handle_offloads()
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2227 err = iptunnel_handle_offloads(skb, type); in vxlan_build_skb()
|