/Linux-v6.6/include/linux/ |
D | if_vlan.h | 53 __be16 h_vlan_proto; member 372 veth->h_vlan_proto = vlan_proto; in __vlan_insert_inner_tag() 542 if (!eth_type_vlan(veth->h_vlan_proto)) in __vlan_get_tag()
|
/Linux-v6.6/net/dsa/ |
D | tag_ocelot.c | 32 if (ntohs(hdr->h_vlan_proto) == proto) { in ocelot_xmit_get_vlan_info()
|
D | tag_sja1105.c | 259 if (hdr->h_vlan_proto == xmit_tpid) in sja1105_pvid_tag_control_pkt()
|
/Linux-v6.6/net/netfilter/ |
D | nf_tables_trace.c | 59 veth.h_vlan_proto = skb->vlan_proto; in nf_trace_fill_ll_header()
|
D | nft_inner.c | 79 llproto = veth->h_vlan_proto; in nft_inner_parse_l2l3()
|
D | nft_payload.c | 34 veth->h_vlan_proto = skb->vlan_proto; in nft_payload_rebuild_vlan_hdr()
|
/Linux-v6.6/drivers/net/ |
D | tap.c | 823 __be16 h_vlan_proto; in tap_put_user() member 826 veth.h_vlan_proto = skb->vlan_proto; in tap_put_user() 829 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto); in tap_put_user()
|
D | tun.c | 218 __be16 h_vlan_proto; member 2150 veth.h_vlan_proto = skb->vlan_proto; in tun_put_user() 2153 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto); in tun_put_user()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | bridge.c | 49 offsetof(struct vlan_ethhdr, h_vlan_proto); in mlx5_esw_bridge_pkt_reformat_vlan_pop_supported() 59 reformat_params.param_1 = offsetof(struct vlan_ethhdr, h_vlan_proto); in mlx5_esw_bridge_pkt_reformat_vlan_pop_create() 1025 __be16 h_vlan_proto; in mlx5_esw_bridge_vlan_push_create() member 1034 offsetof(struct vlan_ethhdr, h_vlan_proto)) { in mlx5_esw_bridge_vlan_push_create() 1041 reformat_params.param_1 = offsetof(struct vlan_ethhdr, h_vlan_proto); in mlx5_esw_bridge_vlan_push_create()
|
/Linux-v6.6/net/8021q/ |
D | vlan_dev.c | 113 veth->h_vlan_proto != vlan->vlan_proto) { in vlan_dev_hard_start_xmit() 533 return __vlan_get_protocol(skb, veth->h_vlan_proto, NULL); in vlan_parse_protocol()
|
/Linux-v6.6/drivers/scsi/fnic/ |
D | fnic_fcs.c | 1022 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-v6.6/drivers/staging/gdm724x/ |
D | gdm_lte.c | 636 vlan_eth.h_vlan_proto = htons(ETH_P_8021Q); in gdm_lte_netif_rx()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tx.c | 110 vhdr->h_vlan_proto = skb->vlan_proto; in mlx5e_insert_vlan()
|
/Linux-v6.6/drivers/infiniband/hw/irdma/ |
D | cm.c | 480 ((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() 3165 if (ethh->h_vlan_proto == htons(ETH_P_8021Q)) { in irdma_receive_ilq()
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | bpf.h | 7019 __be16 h_vlan_proto; member
|
/Linux-v6.6/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 750 veth->h_vlan_proto = cpu_to_be16(ETH_P_8021Q); in gelic_put_vlan_tag()
|
/Linux-v6.6/include/uapi/linux/ |
D | bpf.h | 7019 __be16 h_vlan_proto; member
|
/Linux-v6.6/drivers/s390/net/ |
D | qeth_l3_main.c | 1654 } else if (veth->h_vlan_proto == htons(ETH_P_8021Q)) { in qeth_l3_fill_header()
|
D | qeth_l2_main.c | 186 if (veth->h_vlan_proto == htons(ETH_P_8021Q)) { in qeth_l2_fill_header()
|
D | qeth_core_main.c | 3849 if (veth->h_vlan_proto == htons(ETH_P_8021Q)) in qeth_get_priority_queue()
|
/Linux-v6.6/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 528 vh->h_vlan_proto = htons(ETH_P_8021Q); in qlcnic_tx_pkt()
|
/Linux-v6.6/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 1932 vh->h_vlan_proto = htons(ETH_P_8021Q); in netxen_tso_check()
|
/Linux-v6.6/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 1287 veh->h_vlan_proto == htons(ETH_P_8021Q)) { in myri10ge_vlan_rx()
|
/Linux-v6.6/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 1149 veh->h_vlan_proto == htons(ETH_P_8021Q)) in be_lancer_xmit_workarounds()
|
/Linux-v6.6/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 2849 if (((struct vlan_ethhdr *)packet)->h_vlan_proto == htons(ETH_P_8021Q)) { in nv_getlen()
|