--- zzzz-none-000/linux-4.19.183/net/8021q/vlan_core.c 2021-03-24 10:07:39.000000000 +0000 +++ bcm63-7530ax-756/linux-4.19.183/net/8021q/vlan_core.c 2023-06-28 08:54:21.000000000 +0000 @@ -59,6 +59,9 @@ skb->priority = vlan_get_ingress_priority(vlan_dev, skb->vlan_tci); skb->vlan_tci = 0; +#if defined(CONFIG_BCM_KF_BLOG) && defined(CONFIG_BLOG) + blog_link( IF_DEVICE, blog_ptr(skb), (void*)vlan_dev, DIR_RX, skb->len ); +#endif rx_stats = this_cpu_ptr(vlan_dev_priv(vlan_dev)->vlan_pcpu_stats); u64_stats_update_begin(&rx_stats->syncp);