Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_vlan_tunnel.c172 if (skb_vlan_tagged(skb)) in br_handle_ingress_vlan_tunnel()
/openbmc/linux/include/linux/
H A Dif_vlan.h733 static inline bool skb_vlan_tagged(const struct sk_buff *skb) in skb_vlan_tagged() function
/openbmc/linux/net/sched/
H A Dact_vlan.c59 if (!skb_vlan_tagged(skb)) in tcf_vlan_act()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c1703 if (!skb_vlan_tagged(skb)) { in mlxsw_sp2_ptp_txhdr_construct()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1183 if (skb_vlan_tagged(skb)) in t4vf_eth_xmit()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1466 if (skb_vlan_tagged(skb)) in cxgb4_validate_skb()
/openbmc/linux/net/core/
H A Dskbuff.c6069 if (!pskb_may_pull(skb, ETH_HLEN) || skb_vlan_tagged(skb) || in skb_eth_pop()
H A Ddev.c3549 if (skb_vlan_tagged(skb)) in netif_skb_features()
/openbmc/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c2159 if (skb_vlan_tagged(skb) && !skb_vlan_tag_present(skb)) in build_hdr_data()