net: rename vlan_tx_* helpers since "tx" is misleading there
[firefly-linux-kernel-4.4.55.git] / net / bridge / netfilter / ebtables.c
index d9a8c05d995d14466d2cef02fcd571d4ad009272..91180a7fc94376ea3ca7eecf274c03c3bc919590 100644 (file)
@@ -133,7 +133,7 @@ ebt_basic_match(const struct ebt_entry *e, const struct sk_buff *skb,
        __be16 ethproto;
        int verdict, i;
 
-       if (vlan_tx_tag_present(skb))
+       if (skb_vlan_tag_present(skb))
                ethproto = htons(ETH_P_8021Q);
        else
                ethproto = h->h_proto;