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

/linux-4.4.14/include/linux/
H A Dif_vlan.h593 struct vlan_ethhdr *veh; skb_vlan_tagged_multi() local
599 veh = (struct vlan_ethhdr *)skb->data; skb_vlan_tagged_multi()
600 protocol = veh->h_vlan_encapsulated_proto; skb_vlan_tagged_multi()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dtx.c859 struct vlan_ethhdr *veh = (struct vlan_ethhdr *)skb->data; efx_tso_check_protocol() local
860 protocol = veh->h_vlan_encapsulated_proto; efx_tso_check_protocol()
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c1390 struct vlan_ethhdr *veh; myri10ge_vlan_rx() local
1396 veh = (struct vlan_ethhdr *)va; myri10ge_vlan_rx()
1399 veh->h_vlan_proto == htons(ETH_P_8021Q)) { myri10ge_vlan_rx()
1406 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(veh->h_vlan_TCI)); myri10ge_vlan_rx()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1058 struct vlan_ethhdr *veh = (struct vlan_ethhdr *)skb->data; be_lancer_xmit_workarounds() local
1079 veh->h_vlan_proto == htons(ETH_P_8021Q)) be_lancer_xmit_workarounds()

Completed in 167 milliseconds