Searched refs:gre_handle_offloads (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv4/ |
| H A D | ip_gre.c | 494 static int gre_handle_offloads(struct sk_buff *skb, bool csum) in gre_handle_offloads() function 520 if (gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in gre_fb_xmit() 575 if (gre_handle_offloads(skb, false)) in erspan_fb_xmit() 691 if (gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in ipgre_xmit() 719 if (gre_handle_offloads(skb, false)) in erspan_xmit() 772 if (gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in gre_tap_xmit()
|
| /linux/net/ipv6/ |
| H A D | ip6_gre.c | 601 static int gre_handle_offloads(struct sk_buff *skb, bool csum) in gre_handle_offloads() function 806 err = gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in ip6gre_xmit_ipv4() 841 if (gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in ip6gre_xmit_ipv6() 869 err = gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in ip6gre_xmit_other() 939 if (gre_handle_offloads(skb, false)) in ip6erspan_tunnel_xmit()
|