ip6_offload.h 302 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * IPV6 GSO/GRO offload support
  4. * Linux INET6 implementation
  5. */
  6. #ifndef __ip6_offload_h
  7. #define __ip6_offload_h
  8. int ipv6_exthdrs_offload_init(void);
  9. int udpv6_offload_init(void);
  10. int udpv6_offload_exit(void);
  11. int tcpv6_offload_init(void);
  12. #endif