Searched refs:skb_vlan_tagged (Results 1 - 9 of 9) sorted by relevance

/linux-master/net/bridge/
H A Dbr_vlan_tunnel.c172 if (skb_vlan_tagged(skb))
/linux-master/include/linux/
H A Dif_vlan.h727 * skb_vlan_tagged - check if skb is vlan tagged.
733 static inline bool skb_vlan_tagged(const struct sk_buff *skb) function
/linux-master/net/sched/
H A Dact_vlan.c59 if (!skb_vlan_tagged(skb))
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c1703 if (!skb_vlan_tagged(skb)) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1183 if (skb_vlan_tagged(skb))
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1452 if (skb_vlan_tagged(skb))
/linux-master/net/core/
H A Dskbuff.c6256 if (!pskb_may_pull(skb, ETH_HLEN) || skb_vlan_tagged(skb) ||
H A Ddev.c3504 if (skb_vlan_tagged(skb))
/linux-master/drivers/net/ethernet/ibm/
H A Dibmvnic.c2159 if (skb_vlan_tagged(skb) && !skb_vlan_tag_present(skb))

Completed in 248 milliseconds