kernel/net/bridge/br_forward.c
.. .. @@ -43,7 +43,7 @@ 43 43 skb->protocol == htons(ETH_P_8021AD))) { 44 44 int depth; 45 45 46 - if (!__vlan_get_protocol(skb, skb->protocol, &depth))46 + if (!vlan_get_protocol_and_depth(skb, skb->protocol, &depth))47 47 goto drop; 48 48 49 49 skb_set_network_header(skb, depth);