Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git] / net / ipv6 / ip6_offload.h
blobe768987604f1ee58c777dfcc4e0696c33d50747b
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * IPV6 GSO/GRO offload support
4 * Linux INET6 implementation
5 */
7 #ifndef __ip6_offload_h
8 #define __ip6_offload_h
10 int ipv6_exthdrs_offload_init(void);
11 int udpv6_offload_init(void);
12 int udpv6_offload_exit(void);
13 int tcpv6_offload_init(void);
15 #endif