--- zzzz-none-000/linux-4.19.183/net/netfilter/nf_conntrack_standalone.c 2021-03-24 10:07:39.000000000 +0000 +++ bcm63-7530ax-756/linux-4.19.183/net/netfilter/nf_conntrack_standalone.c 2023-06-28 08:54:21.000000000 +0000 @@ -343,6 +343,11 @@ ct_show_zone(s, ct, NF_CT_DEFAULT_ZONE_DIR); ct_show_delta_time(s, ct); +#if defined(CONFIG_BCM_KF_NETFILTER) + if(ct_show_bcm_ext(s, ct)) + goto release; +#endif + seq_printf(s, "use=%u\n", atomic_read(&ct->ct_general.use)); if (seq_has_overflowed(s)) @@ -713,6 +718,9 @@ static void __exit nf_conntrack_standalone_fini(void) { +#if IS_ENABLED(CONFIG_AVM_PA_GENERIC_CT_PP_SUPPORT) + nf_ct_netns_put(&init_net, NFPROTO_INET); +#endif nf_conntrack_cleanup_start(); unregister_pernet_subsys(&nf_conntrack_net_ops); #ifdef CONFIG_SYSCTL