Thomas Gleixner | 2874c5f | 2019-05-27 08:55:01 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Vlad Yasevich | d1da932 | 2012-11-15 08:49:16 +0000 | [diff] [blame] | 2 | /* |
| 3 | * IPV6 GSO/GRO offload support |
| 4 | * Linux INET6 implementation |
Vlad Yasevich | d1da932 | 2012-11-15 08:49:16 +0000 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef __ip6_offload_h |
| 8 | #define __ip6_offload_h |
| 9 | |
Vlad Yasevich | 2207afc | 2012-11-15 08:49:19 +0000 | [diff] [blame] | 10 | int ipv6_exthdrs_offload_init(void); |
Tom Herbert | a602456 | 2016-04-05 08:22:51 -0700 | [diff] [blame] | 11 | int udpv6_offload_init(void); |
| 12 | int udpv6_offload_exit(void); |
Vlad Yasevich | 8663e02 | 2012-11-15 08:49:17 +0000 | [diff] [blame] | 13 | int tcpv6_offload_init(void); |
Vlad Yasevich | d1da932 | 2012-11-15 08:49:16 +0000 | [diff] [blame] | 14 | |
| 15 | #endif |