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