ipip, sit: fix ipv4_{update_pmtu,redirect} calls
[deliverable/linux.git] / net / ipv6 / ip6_offload.h
CommitLineData
d1da932e
VY
1/*
2 * IPV6 GSO/GRO offload support
3 * Linux INET6 implementation
4 *
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 */
10
11#ifndef __ip6_offload_h
12#define __ip6_offload_h
13
2207afc8 14int ipv6_exthdrs_offload_init(void);
5edbb07d 15int udp_offload_init(void);
8663e02a 16int tcpv6_offload_init(void);
d1da932e
VY
17
18#endif
This page took 0.102284 seconds and 5 git commands to generate.