xref: /openbmc/linux/include/net/gro.h (revision 31e67366)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef _NET_IPV6_GRO_H
4 #define _NET_IPV6_GRO_H
5 
6 INDIRECT_CALLABLE_DECLARE(struct sk_buff *ipv6_gro_receive(struct list_head *,
7 							   struct sk_buff *));
8 INDIRECT_CALLABLE_DECLARE(int ipv6_gro_complete(struct sk_buff *, int));
9 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *,
10 							   struct sk_buff *));
11 INDIRECT_CALLABLE_DECLARE(int inet_gro_complete(struct sk_buff *, int));
12 #endif /* _NET_IPV6_GRO_H */
13