commit | f5a7fb88e1f82542ca14ba93a1d4fa35471c60ca | [log] [tgz] |
---|---|---|
author | Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp> | Fri Mar 27 14:31:11 2015 +0900 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 29 13:33:22 2015 -0700 |
tree | e901a68ad66666d1566e9f0de7a358c43d117bec | |
parent | 8d463504c191c2126d097ac94fb258aabe6d3e62 [diff] |
vlan: Introduce helper functions to check if skb is tagged Separate the two checks for single vlan and multiple vlans in netif_skb_features(). This allows us to move the check for multiple vlans to another function later. Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp> Signed-off-by: David S. Miller <davem@davemloft.net>