]> git.ipfire.org Git - people/ms/linux.git/blame - net/ipv6/ip6_offload.h
Merge tag 'tegra-for-5.20-arm64-defconfig' of git://git.kernel.org/pub/scm/linux...
[people/ms/linux.git] / net / ipv6 / ip6_offload.h
CommitLineData
2874c5fd 1/* SPDX-License-Identifier: GPL-2.0-or-later */
d1da932e
VY
2/*
3 * IPV6 GSO/GRO offload support
4 * Linux INET6 implementation
d1da932e
VY
5 */
6
7#ifndef __ip6_offload_h
8#define __ip6_offload_h
9
2207afc8 10int ipv6_exthdrs_offload_init(void);
a6024562
TH
11int udpv6_offload_init(void);
12int udpv6_offload_exit(void);
8663e02a 13int tcpv6_offload_init(void);
d1da932e
VY
14
15#endif