Searched refs:gre_handle_offloads (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | ip_gre.c | 491 static int gre_handle_offloads(struct sk_buff *skb, bool csum) in gre_handle_offloads() function 517 if (gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in gre_fb_xmit() 572 if (gre_handle_offloads(skb, false)) in erspan_fb_xmit() 688 if (gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in ipgre_xmit() 716 if (gre_handle_offloads(skb, false)) in erspan_xmit() 769 if (gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in gre_tap_xmit()
|
| /linux-6.15/net/ipv6/ |
| H A D | ip6_gre.c | 630 static int gre_handle_offloads(struct sk_buff *skb, bool csum) in gre_handle_offloads() function 835 err = gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in ip6gre_xmit_ipv4() 870 if (gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in ip6gre_xmit_ipv6() 898 err = gre_handle_offloads(skb, test_bit(IP_TUNNEL_CSUM_BIT, in ip6gre_xmit_other() 968 if (gre_handle_offloads(skb, false)) in ip6erspan_tunnel_xmit()
|