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:

gecommit door
David S. Miller

bovenliggende
3336288a9f
commit
d1da932ed4
17
net/ipv6/ip6_offload.h
Normal file
17
net/ipv6/ip6_offload.h
Normal file
@@ -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
|
Verwijs in nieuw issue
Block a user