--- zzzz-none-000/linux-4.1.38/net/ipv6/netfilter/nf_conntrack_reasm.c 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/net/ipv6/netfilter/nf_conntrack_reasm.c 2020-11-25 10:06:48.000000000 +0000 @@ -634,6 +634,9 @@ kfree_skb(clone); return skb; } +#if defined(CONFIG_BCM_KF_MAP) && (defined(CONFIG_BCM_MAP) || defined(CONFIG_BCM_MAP_MODULE)) +EXPORT_SYMBOL_GPL(nf_ct_frag6_gather); +#endif void nf_ct_frag6_consume_orig(struct sk_buff *skb) { @@ -646,6 +649,9 @@ s = s2; } } +#if defined(CONFIG_BCM_KF_MAP) && (defined(CONFIG_BCM_MAP) || defined(CONFIG_BCM_MAP_MODULE)) +EXPORT_SYMBOL_GPL(nf_ct_frag6_consume_orig); +#endif static int nf_ct_net_init(struct net *net) {