--- zzzz-none-000/linux-3.10.107/net/netfilter/nf_conntrack_proto_udp.c 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/net/netfilter/nf_conntrack_proto_udp.c 2021-11-10 11:53:56.000000000 +0000 @@ -7,6 +7,12 @@ * published by the Free Software Foundation. */ +/** + * Some part of this file is modified by Ikanos Communications. + * + * Copyright (C) 2013-2014 Ikanos Communications. + */ + #include #include #include @@ -366,3 +372,6 @@ .get_net_proto = udp_get_net_proto, }; EXPORT_SYMBOL_GPL(nf_conntrack_l4proto_udp6); +#ifdef CONFIG_MACH_FUSIV +EXPORT_SYMBOL(udp_timeouts); +#endif