--- zzzz-none-000/linux-4.19.183/net/sched/sch_dsmark.c 2021-03-24 10:07:39.000000000 +0000 +++ bcm63-7530ax-756/linux-4.19.183/net/sched/sch_dsmark.c 2023-06-28 08:54:21.000000000 +0000 @@ -320,7 +320,9 @@ __func__, ntohs(skb_protocol(skb, true))); break; } - +#if defined(CONFIG_BCM_KF_BLOG) && defined(CONFIG_BLOG) + blog_skip(skb, blog_skip_reason_sch_dsmark); +#endif return skb; }