Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/net/netfilter/
Dnft_payload.c36 veth.h_vlan_proto = skb->vlan_proto; in nft_payload_copy_vlan()
/linux-4.4.14/drivers/net/
Dmacvtap.c885 __be16 h_vlan_proto; in macvtap_put_user() member
888 veth.h_vlan_proto = skb->vlan_proto; in macvtap_put_user()
891 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto); in macvtap_put_user()
Dtun.c1374 __be16 h_vlan_proto; in tun_put_user() member
1378 veth.h_vlan_proto = skb->vlan_proto; in tun_put_user()
1381 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto); in tun_put_user()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c150 vhdr->h_vlan_proto = skb->vlan_proto; in mlx5e_insert_vlan()
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_fcs.c1003 vlan_hdr->h_vlan_proto = htons(ETH_P_8021Q); in fnic_eth_send()
1069 vlan_hdr->h_vlan_proto = htons(ETH_P_8021Q); in fnic_send_frame()
/linux-4.4.14/net/8021q/
Dvlan_dev.c116 if (veth->h_vlan_proto != vlan->vlan_proto || in vlan_dev_hard_start_xmit()
/linux-4.4.14/drivers/staging/gdm724x/
Dgdm_lte.c647 vlan_eth.h_vlan_proto = htons(ETH_P_8021Q); in gdm_lte_netif_rx()
/linux-4.4.14/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.4.14/drivers/s390/net/
Dqeth_l2_main.c289 if (veth->h_vlan_proto == __constant_htons(ETH_P_8021Q)) { in qeth_l2_fill_header()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c527 vh->h_vlan_proto = htons(ETH_P_8021Q); in qlcnic_tx_pkt()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1965 vh->h_vlan_proto = htons(ETH_P_8021Q); in netxen_tso_check()
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c1399 veh->h_vlan_proto == htons(ETH_P_8021Q)) { in myri10ge_vlan_rx()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c1079 veh->h_vlan_proto == htons(ETH_P_8021Q)) in be_lancer_xmit_workarounds()
/linux-4.4.14/drivers/net/ethernet/nvidia/
Dforcedeth.c2765 if (((struct vlan_ethhdr *)packet)->h_vlan_proto == htons(ETH_P_8021Q)) { in nv_getlen()