diff options
-rw-r--r-- | net/ipv4/udp_offload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/udp_offload.c b/net/ipv4/udp_offload.c index 84e0e05c9c0e..52d5f46abf86 100644 --- a/net/ipv4/udp_offload.c +++ b/net/ipv4/udp_offload.c | |||
@@ -336,7 +336,7 @@ int udp_gro_complete(struct sk_buff *skb, int nhoff) | |||
336 | return err; | 336 | return err; |
337 | } | 337 | } |
338 | 338 | ||
339 | int udp4_gro_complete(struct sk_buff *skb, int nhoff) | 339 | static int udp4_gro_complete(struct sk_buff *skb, int nhoff) |
340 | { | 340 | { |
341 | const struct iphdr *iph = ip_hdr(skb); | 341 | const struct iphdr *iph = ip_hdr(skb); |
342 | struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); | 342 | struct udphdr *uh = (struct udphdr *)(skb->data + nhoff); |