Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/linux/
A Dif_vlan.h53 __be16 h_vlan_proto; member
363 veth->h_vlan_proto = vlan_proto; in __vlan_insert_inner_tag()
533 if (!eth_type_vlan(veth->h_vlan_proto)) in __vlan_get_tag()
/linux-6.3-rc2/net/dsa/
A Dtag_ocelot.c32 if (ntohs(hdr->h_vlan_proto) == proto) { in ocelot_xmit_get_vlan_info()
A Dtag_sja1105.c262 if (hdr->h_vlan_proto == xmit_tpid) in sja1105_pvid_tag_control_pkt()
/linux-6.3-rc2/net/netfilter/
A Dnf_tables_trace.c59 veth.h_vlan_proto = skb->vlan_proto; in nf_trace_fill_ll_header()
A Dnft_inner.c79 llproto = veth->h_vlan_proto; in nft_inner_parse_l2l3()
A Dnft_payload.c34 veth->h_vlan_proto = skb->vlan_proto; in nft_payload_rebuild_vlan_hdr()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/
A Dbridge.c134 offsetof(struct vlan_ethhdr, h_vlan_proto); in mlx5_esw_bridge_pkt_reformat_vlan_pop_supported()
144 reformat_params.param_1 = offsetof(struct vlan_ethhdr, h_vlan_proto); in mlx5_esw_bridge_pkt_reformat_vlan_pop_create()
1074 __be16 h_vlan_proto; in mlx5_esw_bridge_vlan_push_create() member
1083 offsetof(struct vlan_ethhdr, h_vlan_proto)) { in mlx5_esw_bridge_vlan_push_create()
1090 reformat_params.param_1 = offsetof(struct vlan_ethhdr, h_vlan_proto); in mlx5_esw_bridge_vlan_push_create()
/linux-6.3-rc2/drivers/net/
A Dtap.c812 __be16 h_vlan_proto; in tap_put_user() member
815 veth.h_vlan_proto = skb->vlan_proto; in tap_put_user()
818 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto); in tap_put_user()
A Dtun.c218 __be16 h_vlan_proto; member
2136 veth.h_vlan_proto = skb->vlan_proto; in tun_put_user()
2139 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto); in tun_put_user()
/linux-6.3-rc2/net/8021q/
A Dvlan_dev.c111 if (veth->h_vlan_proto != vlan->vlan_proto || in vlan_dev_hard_start_xmit()
517 return __vlan_get_protocol(skb, veth->h_vlan_proto, NULL); in vlan_parse_protocol()
/linux-6.3-rc2/drivers/scsi/fnic/
A Dfnic_fcs.c1022 vlan_hdr->h_vlan_proto = htons(ETH_P_8021Q); in fnic_eth_send()
1087 vlan_hdr->h_vlan_proto = htons(ETH_P_8021Q); in fnic_send_frame()
/linux-6.3-rc2/drivers/staging/gdm724x/
A Dgdm_lte.c636 vlan_eth.h_vlan_proto = htons(ETH_P_8021Q); in gdm_lte_netif_rx()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tx.c110 vhdr->h_vlan_proto = skb->vlan_proto; in mlx5e_insert_vlan()
/linux-6.3-rc2/include/uapi/linux/
A Dbpf.h6820 __be16 h_vlan_proto; member
/linux-6.3-rc2/tools/include/uapi/linux/
A Dbpf.h6820 __be16 h_vlan_proto; member
/linux-6.3-rc2/drivers/infiniband/hw/irdma/
A Dcm.c480 ((struct vlan_ethhdr *)ethh)->h_vlan_proto = in irdma_form_uda_cm_frame()
513 ((struct vlan_ethhdr *)ethh)->h_vlan_proto = in irdma_form_uda_cm_frame()
3115 if (ethh->h_vlan_proto == htons(ETH_P_8021Q)) { in irdma_receive_ilq()
/linux-6.3-rc2/drivers/net/ethernet/toshiba/
A Dps3_gelic_net.c747 veth->h_vlan_proto = cpu_to_be16(ETH_P_8021Q); in gelic_put_vlan_tag()
/linux-6.3-rc2/drivers/s390/net/
A Dqeth_l3_main.c1654 } else if (veth->h_vlan_proto == htons(ETH_P_8021Q)) { in qeth_l3_fill_header()
A Dqeth_l2_main.c186 if (veth->h_vlan_proto == htons(ETH_P_8021Q)) { in qeth_l2_fill_header()
A Dqeth_core_main.c3849 if (veth->h_vlan_proto == htons(ETH_P_8021Q)) in qeth_get_priority_queue()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_io.c528 vh->h_vlan_proto = htons(ETH_P_8021Q); in qlcnic_tx_pkt()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic_main.c1940 vh->h_vlan_proto = htons(ETH_P_8021Q); in netxen_tso_check()
/linux-6.3-rc2/drivers/net/ethernet/myricom/myri10ge/
A Dmyri10ge.c1286 veh->h_vlan_proto == htons(ETH_P_8021Q)) { in myri10ge_vlan_rx()
/linux-6.3-rc2/drivers/net/ethernet/emulex/benet/
A Dbe_main.c1149 veh->h_vlan_proto == htons(ETH_P_8021Q)) in be_lancer_xmit_workarounds()
/linux-6.3-rc2/drivers/net/ethernet/nvidia/
A Dforcedeth.c2849 if (((struct vlan_ethhdr *)packet)->h_vlan_proto == htons(ETH_P_8021Q)) { in nv_getlen()

Completed in 118 milliseconds

12