Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dif_vlan.h730 struct vlan_ethhdr *veh; in skb_vlan_tagged_multi() local
738 veh = skb_vlan_eth_hdr(skb); in skb_vlan_tagged_multi()
739 protocol = veh->h_vlan_encapsulated_proto; in skb_vlan_tagged_multi()
/kernel/linux/linux-6.6/include/linux/
H A Dif_vlan.h754 struct vlan_ethhdr *veh; in skb_vlan_tagged_multi() local
762 veh = skb_vlan_eth_hdr(skb); in skb_vlan_tagged_multi()
763 protocol = veh->h_vlan_encapsulated_proto; in skb_vlan_tagged_multi()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c1276 struct vlan_ethhdr *veh; in myri10ge_vlan_rx() local
1282 veh = (struct vlan_ethhdr *)va; in myri10ge_vlan_rx()
1285 veh->h_vlan_proto == htons(ETH_P_8021Q)) { in myri10ge_vlan_rx()
1292 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(veh->h_vlan_TCI)); in myri10ge_vlan_rx()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1128 struct vlan_ethhdr *veh = skb_vlan_eth_hdr(skb); in be_lancer_xmit_workarounds() local
1150 veh->h_vlan_proto == htons(ETH_P_8021Q)) in be_lancer_xmit_workarounds()
/kernel/linux/linux-6.6/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()

Completed in 37 milliseconds