Home
last modified time | relevance | path

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

/linux-6.1.9/net/bridge/
Dbr_vlan_tunnel.c172 if (skb_vlan_tagged(skb)) in br_handle_ingress_vlan_tunnel()
/linux-6.1.9/include/linux/
Dif_vlan.h689 static inline bool skb_vlan_tagged(const struct sk_buff *skb) in skb_vlan_tagged() function
/linux-6.1.9/net/sched/
Dact_vlan.c57 if (!skb_vlan_tagged(skb)) in tcf_vlan_act()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c1715 if (!skb_vlan_tagged(skb)) { in mlxsw_sp2_ptp_txhdr_construct()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1183 if (skb_vlan_tagged(skb)) in t4vf_eth_xmit()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1466 if (skb_vlan_tagged(skb)) in cxgb4_validate_skb()
/linux-6.1.9/net/core/
Dskbuff.c5866 if (!pskb_may_pull(skb, ETH_HLEN) || skb_vlan_tagged(skb) || in skb_eth_pop()
Ddev.c3563 if (skb_vlan_tagged(skb)) in netif_skb_features()
/linux-6.1.9/drivers/net/ethernet/ibm/
Dibmvnic.c1892 if (skb_vlan_tagged(skb) && !skb_vlan_tag_present(skb)) in build_hdr_data()