Searched refs:iptunnel_handle_offloads (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/net/ |
H A D | udp_tunnel.h | 173 return iptunnel_handle_offloads(skb, type); in udp_tunnel_handle_offloads()
|
H A D | ip_tunnels.h | 492 int iptunnel_handle_offloads(struct sk_buff *skb, int gso_type_mask);
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | 156 int iptunnel_handle_offloads(struct sk_buff *skb, in iptunnel_handle_offloads() function 186 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 | 300 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP4)) in ipip_tunnel_xmit()
|
H A D | ip_gre.c | 479 return iptunnel_handle_offloads(skb, csum ? SKB_GSO_GRE_CSUM : SKB_GSO_GRE); in gre_handle_offloads()
|
/openbmc/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()
|
/openbmc/linux/net/ipv6/ |
H A D | seg6_iptunnel.c | 393 err = iptunnel_handle_offloads(skb, SKB_GSO_IPXIP6); in seg6_do_srh()
|
H A D | sit.c | 964 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 D | ip6_tunnel.c | 1394 if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP6)) in ipxip6_tnl_xmit()
|
H A D | ip6_gre.c | 630 return iptunnel_handle_offloads(skb, in gre_handle_offloads()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2207 err = iptunnel_handle_offloads(skb, type); in vxlan_build_skb()
|