// SPDX-License-Identifier: GPL-2.0-or-later /* * IPV6 GSO/GRO offload support * Linux INET6 implementation * * IPV6 Extension Header GSO/GRO support */ #include <net/protocol.h> #include "ip6_offload.h" static const struct net_offload rthdr_offload = …; static const struct net_offload dstopt_offload = …; static const struct net_offload hbh_offload = …; int __init ipv6_exthdrs_offload_init(void) { … }