--- zzzz-none-000/linux-4.19.183/net/ipv6/ip6mr.c 2021-03-24 10:07:39.000000000 +0000 +++ bcm63-7530ax-756/linux-4.19.183/net/ipv6/ip6mr.c 2023-06-28 08:54:21.000000000 +0000 @@ -2131,8 +2131,15 @@ if (psend != -1) { struct sk_buff *skb2 = skb_clone(skb, GFP_ATOMIC); if (skb2) +#if defined(CONFIG_BCM_KF_BLOG) && defined(CONFIG_BLOG) + { + blog_clone(skb, blog_ptr(skb2)); +#endif ip6mr_forward2(net, mrt, skb2, c, psend); +#if defined(CONFIG_BCM_KF_BLOG) && defined(CONFIG_BLOG) + } +#endif } psend = ct; }