Home
last modified time | relevance | path

Searched refs:h_vlan_proto (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/include/linux/
Dif_vlan.h54 __be16 h_vlan_proto; member
310 veth->h_vlan_proto = vlan_proto; in __vlan_insert_tag()
427 if (veth->h_vlan_proto != htons(ETH_P_8021Q) && in __vlan_get_tag()
428 veth->h_vlan_proto != htons(ETH_P_8021AD)) in __vlan_get_tag()
/linux-4.1.27/drivers/net/
Dmacvtap.c826 __be16 h_vlan_proto; in macvtap_put_user() member
829 veth.h_vlan_proto = skb->vlan_proto; in macvtap_put_user()
832 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto); in macvtap_put_user()
Dtun.c1320 __be16 h_vlan_proto; in tun_put_user() member
1324 veth.h_vlan_proto = skb->vlan_proto; in tun_put_user()
1327 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto); in tun_put_user()
/linux-4.1.27/drivers/scsi/fnic/
Dfnic_fcs.c990 vlan_hdr->h_vlan_proto = htons(ETH_P_8021Q); in fnic_eth_send()
1047 vlan_hdr->h_vlan_proto = htons(ETH_P_8021Q); in fnic_send_frame()
/linux-4.1.27/net/8021q/
Dvlan_dev.c116 if (veth->h_vlan_proto != vlan->vlan_proto || in vlan_dev_hard_start_xmit()
/linux-4.1.27/drivers/staging/gdm724x/
Dgdm_lte.c647 vlan_eth.h_vlan_proto = htons(ETH_P_8021Q); in gdm_lte_netif_rx()
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c762 veth->h_vlan_proto = cpu_to_be16(ETH_P_8021Q); in gelic_put_vlan_tag()
/linux-4.1.27/drivers/s390/net/
Dqeth_l2_main.c275 if (veth->h_vlan_proto == __constant_htons(ETH_P_8021Q)) { in qeth_l2_fill_header()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c527 vh->h_vlan_proto = htons(ETH_P_8021Q); in qlcnic_tx_pkt()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1965 vh->h_vlan_proto = htons(ETH_P_8021Q); in netxen_tso_check()
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c1399 veh->h_vlan_proto == htons(ETH_P_8021Q)) { in myri10ge_vlan_rx()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c1060 veh->h_vlan_proto == htons(ETH_P_8021Q)) in be_lancer_xmit_workarounds()
/linux-4.1.27/drivers/net/ethernet/nvidia/
Dforcedeth.c2765 if (((struct vlan_ethhdr *)packet)->h_vlan_proto == htons(ETH_P_8021Q)) { in nv_getlen()