summaryrefslogtreecommitdiff
path: root/include/net/gro.h
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2021-11-15 20:05:53 +0300
committerDavid S. Miller <davem@davemloft.net>2021-11-16 16:16:54 +0300
commite456a18a390b96f22b0de2acd4d0f49c72ed2280 (patch)
tree072e0616c4c3e776e59318cb2e4c71b0f4596bed /include/net/gro.h
parent0b935d7f8c07bf0a192712bdbf76dbf45ef8b115 (diff)
downloadlinux-e456a18a390b96f22b0de2acd4d0f49c72ed2280.tar.xz
net: gro: move skb_gro_receive into net/core/gro.c
net/core/gro.c will contain all core gro functions, to shrink net/core/skbuff.c and net/core/dev.c Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/gro.h')
-rw-r--r--include/net/gro.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/gro.h b/include/net/gro.h
index 1ffbe74b2e35..f988bf3440f8 100644
--- a/include/net/gro.h
+++ b/include/net/gro.h
@@ -414,4 +414,6 @@ static inline __wsum ip6_gro_compute_pseudo(struct sk_buff *skb, int proto)
skb_gro_len(skb), proto, 0));
}
+int skb_gro_receive(struct sk_buff *p, struct sk_buff *skb);
+
#endif /* _NET_IPV6_GRO_H */