--- zzzz-none-000/linux-4.1.52/net/netfilter/xt_TPROXY.c 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/net/netfilter/xt_TPROXY.c 2022-03-02 11:37:14.000000000 +0000 @@ -298,6 +298,12 @@ struct udphdr _hdr, *hp; struct sock *sk; +#if defined(CONFIG_BCM_KF_BLOG) && defined(CONFIG_BLOG_FEATURE) + skb->ipt_check |= IPT_TARGET_TPROXY; + if ( skb->ipt_check & IPT_TARGET_CHECK ) + return XT_CONTINUE; +#endif + hp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_hdr), &_hdr); if (hp == NULL) return NF_DROP;