Home
last modified time | relevance | path

Searched refs:skb_vlan_eth_hdr (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/
H A Dif_vlan.h68 static inline struct vlan_ethhdr *skb_vlan_eth_hdr(const struct sk_buff *skb) in skb_vlan_eth_hdr() function
552 struct vlan_ethhdr *veth = skb_vlan_eth_hdr(skb); in __vlan_get_tag()
784 veh = skb_vlan_eth_hdr(skb); in skb_vlan_tagged_multi()
/linux/drivers/net/ethernet/sfc/
H A Dtx_tso.c150 struct vlan_ethhdr *veh = skb_vlan_eth_hdr(skb); in efx_tso_check_protocol()
/linux/net/dsa/
H A Dtag_sja1105.c256 hdr = skb_vlan_eth_hdr(skb); in sja1105_pvid_tag_control_pkt()
/linux/net/batman-adv/
H A Dmesh-interface.c435 vhdr = skb_vlan_eth_hdr(skb); in batadv_interface_rx()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c321 vh = skb_vlan_eth_hdr(skb); in qlcnic_send_filter()
470 vh = skb_vlan_eth_hdr(skb); in qlcnic_tx_pkt()
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c1720 const struct vlan_ethhdr *vlan_header = skb_vlan_eth_hdr(skb); in fec_enet_rx_vlan()
3777 struct vlan_ethhdr *vhdr = skb_vlan_eth_hdr(skb); in fec_enet_select_queue()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c3057 vhdr = skb_vlan_eth_hdr(skb); in i40e_tx_prepare_vlan_flags()
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c1499 ethertype = ntohs(skb_vlan_eth_hdr(skb)->h_vlan_encapsulated_proto); in dpaa_enable_tx_csum()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c1939 struct vlan_ethhdr *vhdr = skb_vlan_eth_hdr(skb); in bnx2x_select_queue()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1127 struct vlan_ethhdr *veh = skb_vlan_eth_hdr(skb); in be_lancer_xmit_workarounds()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4845 struct vlan_ethhdr *veth = skb_vlan_eth_hdr(skb); in stmmac_rx_vlan()