Searched refs:h_vlan_encapsulated_proto (Results 26 - 44 of 44) sorted by relevance

12

/linux-master/net/netfilter/
H A Dnf_flow_table_ip.c285 if (veth->h_vlan_encapsulated_proto == proto) {
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c551 proto = vhdr->h_vlan_encapsulated_proto;
/linux-master/drivers/net/thunderbolt/
H A Dmain.c1027 protocol = vhdr->h_vlan_encapsulated_proto;
/linux-master/net/bridge/
H A Dbr_netfilter_hooks.c84 return vlan_eth_hdr(skb)->h_vlan_encapsulated_proto;
/linux-master/net/core/
H A Dflow_dissector.c1280 proto = vlan->h_vlan_encapsulated_proto;
/linux-master/net/batman-adv/
H A Dbridge_loop_avoidance.c1112 proto = vhdr->h_vlan_encapsulated_proto;
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1475 hdr.veth->h_vlan_encapsulated_proto != htons(ETH_P_IP));
1482 hdr.veth->h_vlan_encapsulated_proto != htons(ETH_P_IPV6));
/linux-master/drivers/infiniband/hw/irdma/
H A Dcm.c486 ((struct vlan_ethhdr *)ethh)->h_vlan_encapsulated_proto =
518 ((struct vlan_ethhdr *)ethh)->h_vlan_encapsulated_proto =
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c195 vlan.h_vlan_encapsulated_proto = eth.h_proto;
3073 protocol = vhdr->h_vlan_encapsulated_proto;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c1527 ethertype = ethvlan->h_vlan_encapsulated_proto;
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_io.c473 protocol = ntohs(vh->h_vlan_encapsulated_proto);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c1692 eth_type = ntohs(vethh->h_vlan_encapsulated_proto);
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c1488 ethertype = ntohs(skb_vlan_eth_hdr(skb)->h_vlan_encapsulated_proto);
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1856 protocol = vh->h_vlan_encapsulated_proto;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c1941 ether_type = ntohs(vhdr->h_vlan_encapsulated_proto);
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3828 type = vh->h_vlan_encapsulated_proto;
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c2850 protolen = ntohs(((struct vlan_ethhdr *)packet)->h_vlan_encapsulated_proto);
/linux-master/net/mac80211/
H A Dtx.c4392 ethertype = ethvlan->h_vlan_encapsulated_proto;
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c6570 __be16 val = vp->h_vlan_encapsulated_proto;

Completed in 470 milliseconds

12