aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_offload.h
diff options
context:
space:
mode:
authorVlad Yasevich <vyasevic@redhat.com>2012-11-15 03:49:19 -0500
committerDavid S. Miller <davem@davemloft.net>2012-11-15 17:36:18 -0500
commit2207afc8bfd80d596b524d4feb6b27f5ce359d59 (patch)
treed49e698603a536b4b88ec6482eecd15e01ef2533 /net/ipv6/ip6_offload.h
parent5edbb07dc9474b7d4cd4391a2e6551ad067a0f96 (diff)
ipv6: Move exthdr offload support into separate file
Move the exthdr offload functionality into a separeate file in preparate for moving it 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ipv6/ip6_offload.h b/net/ipv6/ip6_offload.h
index dff79362ad04..4e88ddb52a2c 100644
--- a/net/ipv6/ip6_offload.h
+++ b/net/ipv6/ip6_offload.h
@@ -11,6 +11,9 @@
11#ifndef __ip6_offload_h 11#ifndef __ip6_offload_h
12#define __ip6_offload_h 12#define __ip6_offload_h
13 13
14int ipv6_exthdrs_offload_init(void);
15void ipv6_exthdrs_offload_exit(void);
16
14int udp_offload_init(void); 17int udp_offload_init(void);
15void udp_offload_cleanup(void); 18void udp_offload_cleanup(void);
16 19