hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/net/bridge/br_forward.c
....@@ -43,7 +43,7 @@
4343 skb->protocol == htons(ETH_P_8021AD))) {
4444 int depth;
4545
46
- if (!__vlan_get_protocol(skb, skb->protocol, &depth))
46
+ if (!vlan_get_protocol_and_depth(skb, skb->protocol, &depth))
4747 goto drop;
4848
4949 skb_set_network_header(skb, depth);