Home
last modified time | relevance | path

Searched refs:veh (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dif_vlan.h771 struct vlan_ethhdr *veh; in skb_vlan_tagged_multi() local
779 veh = skb_vlan_eth_hdr(skb); in skb_vlan_tagged_multi()
780 protocol = veh->h_vlan_encapsulated_proto; 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() local
152 protocol = veh->h_vlan_encapsulated_proto; in efx_tso_check_protocol()
/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c1278 struct vlan_ethhdr *veh; in myri10ge_vlan_rx() local
1284 veh = (struct vlan_ethhdr *)va; in myri10ge_vlan_rx()
1287 veh->h_vlan_proto == htons(ETH_P_8021Q)) { in myri10ge_vlan_rx()
1294 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(veh->h_vlan_TCI)); in myri10ge_vlan_rx()
/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() local
1149 veh->h_vlan_proto == htons(ETH_P_8021Q)) in be_lancer_xmit_workarounds()