Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.12-rc8 12 lines 491 B view raw
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 */