Home
last modified time | relevance | path

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

/linux/include/linux/dsa/
H A Docelot.h311 if (ntohs(hdr->h_vlan_proto) == proto) { in ocelot_xmit_get_vlan_info()
/linux/drivers/net/
H A Dtap.c731 __be16 h_vlan_proto; in tap_put_user() member
734 veth.h_vlan_proto = skb->vlan_proto; in tap_put_user()
737 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto); in tap_put_user()
H A Dtun.c220 __be16 h_vlan_proto; member
2091 veth.h_vlan_proto = skb->vlan_proto; in tun_put_user()
2094 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto); in tun_put_user()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.c49 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()
1029 __be16 h_vlan_proto; in mlx5_esw_bridge_vlan_push_create() member
1038 offsetof(struct vlan_ethhdr, h_vlan_proto)) { in mlx5_esw_bridge_vlan_push_create()
1045 reformat_params.param_1 = offsetof(struct vlan_ethhdr, h_vlan_proto); in mlx5_esw_bridge_vlan_push_create()
/linux/net/netfilter/
H A Dnf_tables_trace.c60 veth.h_vlan_proto = skb->vlan_proto; in nf_trace_fill_ll_header()
H A Dnft_inner.c86 llproto = veth->h_vlan_proto; in nft_inner_parse_l2l3()
/linux/net/8021q/
H A Dvlan_dev.c114 veth->h_vlan_proto != vlan->vlan_proto) { in vlan_dev_hard_start_xmit()
487 return __vlan_get_protocol(skb, veth->h_vlan_proto, NULL); in vlan_parse_protocol()
/linux/net/dsa/
H A Dtag_8021q.c546 vlan_proto = hdr->h_vlan_proto; in dsa_8021q_rcv()
H A Dtag_sja1105.c259 if (hdr->h_vlan_proto == xmit_tpid) in sja1105_pvid_tag_control_pkt()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c111 vhdr->h_vlan_proto = skb->vlan_proto; in mlx5e_insert_vlan()
/linux/drivers/infiniband/hw/irdma/
H 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()
3167 if (ethh->h_vlan_proto == htons(ETH_P_8021Q)) { in irdma_receive_ilq()
/linux/include/uapi/linux/
H A Dbpf.h7365 __be16 h_vlan_proto;
7330 __be16 h_vlan_proto; global() member
/linux/tools/include/uapi/linux/
H A Dbpf.h7364 __be16 h_vlan_proto;
7330 __be16 h_vlan_proto; global() member
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c1190 params->param_1 != offsetof(struct vlan_ethhdr, h_vlan_proto) || in mlx5_fs_get_action_remove_header_vlan()
/linux/drivers/s390/net/
H A Dqeth_l3_main.c1657 } else if (veth->h_vlan_proto == htons(ETH_P_8021Q)) { in qeth_l3_fill_header()
H A Dqeth_l2_main.c187 if (veth->h_vlan_proto == htons(ETH_P_8021Q)) { in qeth_l2_fill_header()
H A Dqeth_core_main.c3876 if (veth->h_vlan_proto == htons(ETH_P_8021Q)) in qeth_get_priority_queue()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c527 vh->h_vlan_proto = htons(ETH_P_8021Q); in qlcnic_tx_pkt()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1930 vh->h_vlan_proto = htons(ETH_P_8021Q); in netxen_tso_check()
/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c1297 veh->h_vlan_proto == htons(ETH_P_8021Q)) { in myri10ge_vlan_rx()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1149 veh->h_vlan_proto == htons(ETH_P_8021Q)) in be_lancer_xmit_workarounds()
/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c2835 if (((struct vlan_ethhdr *)packet)->h_vlan_proto == htons(ETH_P_8021Q)) { in nv_getlen()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4915 __be16 vlan_proto = veth->h_vlan_proto; in stmmac_rx_vlan()
/linux/net/core/
H A Dfilter.c6090 params->h_vlan_proto = 0; in bpf_fib_set_fwd_params()