Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dif_vlan.h51 __be16 h_vlan_proto; member
358 veth->h_vlan_proto = vlan_proto; in __vlan_insert_inner_tag()
531 if (!eth_type_vlan(veth->h_vlan_proto)) in __vlan_get_tag()
/Linux-v5.10/net/dsa/
Dtag_sja1105.c77 if (hdr->h_vlan_proto == htons(ETH_P_SJA1105)) in sja1105_can_use_vlan_as_tags()
80 if (hdr->h_vlan_proto != htons(ETH_P_8021Q) && in sja1105_can_use_vlan_as_tags()
/Linux-v5.10/net/netfilter/
Dnf_tables_trace.c75 veth.h_vlan_proto = skb->vlan_proto; in nf_trace_fill_ll_header()
Dnft_payload.c33 veth->h_vlan_proto = skb->vlan_proto; in nft_payload_rebuild_vlan_hdr()
/Linux-v5.10/drivers/net/
Dtap.c798 __be16 h_vlan_proto; in tap_put_user() member
801 veth.h_vlan_proto = skb->vlan_proto; in tap_put_user()
804 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto); in tap_put_user()
Dtun.c218 __be16 h_vlan_proto; member
2079 veth.h_vlan_proto = skb->vlan_proto; in tun_put_user()
2082 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto); in tun_put_user()
/Linux-v5.10/drivers/scsi/fnic/
Dfnic_fcs.c1032 vlan_hdr->h_vlan_proto = htons(ETH_P_8021Q); in fnic_eth_send()
1097 vlan_hdr->h_vlan_proto = htons(ETH_P_8021Q); in fnic_send_frame()
/Linux-v5.10/drivers/staging/gdm724x/
Dgdm_lte.c634 vlan_eth.h_vlan_proto = htons(ETH_P_8021Q); in gdm_lte_netif_rx()
/Linux-v5.10/net/8021q/
Dvlan_dev.c111 if (veth->h_vlan_proto != vlan->vlan_proto || in vlan_dev_hard_start_xmit()
/Linux-v5.10/drivers/s390/net/
Dqeth_core.h956 __be16 prot = veth->h_vlan_proto; in qeth_get_ip_version()
Dqeth_l3_main.c1680 } else if (veth->h_vlan_proto == htons(ETH_P_8021Q)) { in qeth_l3_fill_header()
Dqeth_l2_main.c186 if (veth->h_vlan_proto == htons(ETH_P_8021Q)) { in qeth_l2_fill_header()
Dqeth_core_main.c3927 if (veth->h_vlan_proto == htons(ETH_P_8021Q)) in qeth_get_priority_queue()
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h4907 __be16 h_vlan_proto; member
/Linux-v5.10/include/uapi/linux/
Dbpf.h4907 __be16 h_vlan_proto; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c142 vhdr->h_vlan_proto = skb->vlan_proto; in mlx5e_insert_vlan()
/Linux-v5.10/drivers/infiniband/hw/i40iw/
Di40iw_cm.c437 ((struct vlan_ethhdr *)ethh)->h_vlan_proto = htons(ETH_P_8021Q); in i40iw_form_cm_frame()
467 ((struct vlan_ethhdr *)ethh)->h_vlan_proto = htons(ETH_P_8021Q); in i40iw_form_cm_frame()
3148 if (ethh->h_vlan_proto == htons(ETH_P_8021Q)) { in i40iw_receive_ilq()
/Linux-v5.10/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c747 veth->h_vlan_proto = cpu_to_be16(ETH_P_8021Q); in gelic_put_vlan_tag()
/Linux-v5.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c527 vh->h_vlan_proto = htons(ETH_P_8021Q); in qlcnic_tx_pkt()
/Linux-v5.10/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1942 vh->h_vlan_proto = htons(ETH_P_8021Q); in netxen_tso_check()
/Linux-v5.10/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c1285 veh->h_vlan_proto == htons(ETH_P_8021Q)) { in myri10ge_vlan_rx()
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c3556 vlan_proto = veth->h_vlan_proto; in stmmac_rx_vlan()
/Linux-v5.10/drivers/net/ethernet/emulex/benet/
Dbe_main.c1149 veh->h_vlan_proto == htons(ETH_P_8021Q)) in be_lancer_xmit_workarounds()
/Linux-v5.10/drivers/net/ethernet/nvidia/
Dforcedeth.c2854 if (((struct vlan_ethhdr *)packet)->h_vlan_proto == htons(ETH_P_8021Q)) { in nv_getlen()
/Linux-v5.10/net/core/
Dfilter.c5277 params->h_vlan_proto = 0; in bpf_fib_set_fwd_params()