diff options
author | Vlad Yasevich <vyasevic@redhat.com> | 2012-11-15 12:49:18 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-16 02:36:18 +0400 |
commit | 5edbb07dc9474b7d4cd4391a2e6551ad067a0f96 (patch) | |
tree | 911a801d6101d81fb6d54dd6dde18258efb8066b /net/ipv6/ip6_offload.h | |
parent | 8663e02aba154e04679c9bb1665af52021d32547 (diff) | |
download | linux-5edbb07dc9474b7d4cd4391a2e6551ad067a0f96.tar.xz |
ipv6: Separate out UDP offload functionality
Pull UDP GSO code into a separate file in preparation for moving
the code out of the module.
Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6_offload.h')
-rw-r--r-- | net/ipv6/ip6_offload.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ipv6/ip6_offload.h b/net/ipv6/ip6_offload.h index 1891946ceedb..dff79362ad04 100644 --- a/net/ipv6/ip6_offload.h +++ b/net/ipv6/ip6_offload.h @@ -11,6 +11,9 @@ #ifndef __ip6_offload_h #define __ip6_offload_h +int udp_offload_init(void); +void udp_offload_cleanup(void); + int tcpv6_offload_init(void); void tcpv6_offload_cleanup(void); |