ipv6: Separate ipv6 offload support

Separate IPv6 offload functionality into its own file
in preparation for the move out of the module

Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Vlad Yasevich
2012-11-15 08:49:16 +00:00
gecommit door David S. Miller
bovenliggende 3336288a9f
commit d1da932ed4
4 gewijzigde bestanden met toevoegingen van 296 en 246 verwijderingen

17
net/ipv6/ip6_offload.h Normal file
Bestand weergeven

@@ -0,0 +1,17 @@
/*
* IPV6 GSO/GRO offload support
* Linux INET6 implementation
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#ifndef __ip6_offload_h
#define __ip6_offload_h
extern void ipv6_offload_init(void);
extern void ipv6_offload_cleanup(void);
#endif