Searched refs:gre_handle_offloads (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv4/ |
| H A D | ip_gre.c | 493 static int gre_handle_offloads(struct sk_buff *skb, bool csum) in gre_handle_offloads() function 519 if (gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in gre_fb_xmit() 574 if (gre_handle_offloads(skb, false)) in erspan_fb_xmit() 690 if (gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in ipgre_xmit() 718 if (gre_handle_offloads(skb, false)) in erspan_xmit() 771 if (gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in gre_tap_xmit()
|
| /linux/net/ipv6/ |
| H A D | ip6_gre.c | 600 static int gre_handle_offloads(struct sk_buff *skb, bool csum) in gre_handle_offloads() function 805 err = gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in ip6gre_xmit_ipv4() 840 if (gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in ip6gre_xmit_ipv6() 868 err = gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in ip6gre_xmit_other() 938 if (gre_handle_offloads(skb, false)) in ip6erspan_tunnel_xmit()
|