--- zzzz-none-000/linux-4.1.52/net/ipv6/netfilter/nf_conntrack_reasm.c 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/net/ipv6/netfilter/nf_conntrack_reasm.c 2022-03-02 11:37:13.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) {