aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/gre_offload.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/gre_offload.c')
-rw-r--r--net/ipv4/gre_offload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/gre_offload.c b/net/ipv4/gre_offload.c
index 746a7b10d434..31da9f512583 100644
--- a/net/ipv4/gre_offload.c
+++ b/net/ipv4/gre_offload.c
@@ -250,7 +250,7 @@ out:
250 return pp; 250 return pp;
251} 251}
252 252
253int gre_gro_complete(struct sk_buff *skb, int nhoff) 253static int gre_gro_complete(struct sk_buff *skb, int nhoff)
254{ 254{
255 struct gre_base_hdr *greh = (struct gre_base_hdr *)(skb->data + nhoff); 255 struct gre_base_hdr *greh = (struct gre_base_hdr *)(skb->data + nhoff);
256 struct packet_offload *ptype; 256 struct packet_offload *ptype;