Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.12-rc2 15 lines 302 B view raw
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* 3 * IPV6 GSO/GRO offload support 4 * Linux INET6 implementation 5 */ 6 7#ifndef __ip6_offload_h 8#define __ip6_offload_h 9 10int ipv6_exthdrs_offload_init(void); 11int udpv6_offload_init(void); 12int udpv6_offload_exit(void); 13int tcpv6_offload_init(void); 14 15#endif