dma-debug: update DMA debug API to better handle multiple mappings of a buffer
[linux-2.6/cjktty.git] / net / ipv6 / ip6_offload.h
blob2e155c651b35554e6156ec0bd6852736ded3c23c
1 /*
2 * IPV6 GSO/GRO offload support
3 * Linux INET6 implementation
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
9 */
11 #ifndef __ip6_offload_h
12 #define __ip6_offload_h
14 int ipv6_exthdrs_offload_init(void);
15 int udp_offload_init(void);
16 int tcpv6_offload_init(void);
18 #endif