]> Pileus Git - ~andy/linux/blobdiff - net/ipv6/ip6_offload.h
ipv6: Pull IPv6 GSO registration out of the module
[~andy/linux] / net / ipv6 / ip6_offload.h
index 4e88ddb52a2cf2d324930b736b4274874db21868..2e155c651b35554e6156ec0bd6852736ded3c23c 100644 (file)
 #define __ip6_offload_h
 
 int ipv6_exthdrs_offload_init(void);
-void ipv6_exthdrs_offload_exit(void);
-
 int udp_offload_init(void);
-void udp_offload_cleanup(void);
-
 int tcpv6_offload_init(void);
-void tcpv6_offload_cleanup(void);
-
-extern void ipv6_offload_init(void);
-extern void ipv6_offload_cleanup(void);
 
 #endif