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

12

/linux-master/include/linux/
H A Dif_vlan.h44 * @h_vlan_proto: ethernet protocol
53 __be16 h_vlan_proto; member in struct:vlan_ethhdr
370 * skb->data has space for h_vlan_proto
372 veth->h_vlan_proto = vlan_proto;
375 * skb->data has no space for h_vlan_proto
542 if (!eth_type_vlan(veth->h_vlan_proto))
/linux-master/net/dsa/
H A Dtag_ocelot.c32 if (ntohs(hdr->h_vlan_proto) == proto) {
H A Dtag_sja1105.c259 if (hdr->h_vlan_proto == xmit_tpid)
/linux-master/net/netfilter/
H A Dnft_inner.c79 llproto = veth->h_vlan_proto;
H A Dnf_tables_trace.c59 veth.h_vlan_proto = skb->vlan_proto;
H A Dnft_payload.c34 veth->h_vlan_proto = skb->vlan_proto;
/linux-master/drivers/net/
H A Dtap.c823 __be16 h_vlan_proto; member in struct:__anon1150
826 veth.h_vlan_proto = skb->vlan_proto;
829 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto);
H A Dtun.c220 __be16 h_vlan_proto; member in struct:veth
2152 veth.h_vlan_proto = skb->vlan_proto;
2155 vlan_offset = offsetof(struct vlan_ethhdr, h_vlan_proto);
/linux-master/net/8021q/
H A Dvlan_dev.c113 veth->h_vlan_proto != vlan->vlan_proto) {
511 return __vlan_get_protocol(skb, veth->h_vlan_proto, NULL);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.c49 offsetof(struct vlan_ethhdr, h_vlan_proto);
59 reformat_params.param_1 = offsetof(struct vlan_ethhdr, h_vlan_proto);
1025 __be16 h_vlan_proto; member in struct:__anon11
1034 offsetof(struct vlan_ethhdr, h_vlan_proto)) {
1041 reformat_params.param_1 = offsetof(struct vlan_ethhdr, h_vlan_proto);
/linux-master/drivers/scsi/fnic/
H A Dfnic_fcs.c1030 vlan_hdr->h_vlan_proto = htons(ETH_P_8021Q);
1095 vlan_hdr->h_vlan_proto = htons(ETH_P_8021Q);
/linux-master/drivers/staging/gdm724x/
H A Dgdm_lte.c636 vlan_eth.h_vlan_proto = htons(ETH_P_8021Q);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c110 vhdr->h_vlan_proto = skb->vlan_proto;
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c759 veth->h_vlan_proto = cpu_to_be16(ETH_P_8021Q);
/linux-master/include/uapi/linux/
H A Dbpf.h7188 __be16 h_vlan_proto; member in struct:bpf_fib_lookup::__anon2702::__anon2703
/linux-master/tools/include/uapi/linux/
H A Dbpf.h7188 __be16 h_vlan_proto; member in struct:bpf_fib_lookup::__anon3243::__anon3244
/linux-master/drivers/infiniband/hw/irdma/
H A Dcm.c480 ((struct vlan_ethhdr *)ethh)->h_vlan_proto =
513 ((struct vlan_ethhdr *)ethh)->h_vlan_proto =
3165 if (ethh->h_vlan_proto == htons(ETH_P_8021Q)) {
/linux-master/drivers/s390/net/
H A Dqeth_l2_main.c186 if (veth->h_vlan_proto == htons(ETH_P_8021Q)) {
H A Dqeth_l3_main.c1657 } else if (veth->h_vlan_proto == htons(ETH_P_8021Q)) {
H A Dqeth_core_main.c3883 if (veth->h_vlan_proto == htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c527 vh->h_vlan_proto = htons(ETH_P_8021Q);
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c1287 veh->h_vlan_proto == htons(ETH_P_8021Q)) {
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1930 vh->h_vlan_proto = htons(ETH_P_8021Q);
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1149 veh->h_vlan_proto == htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c2849 if (((struct vlan_ethhdr *)packet)->h_vlan_proto == htons(ETH_P_8021Q)) {

Completed in 569 milliseconds

12