Home
last modified time | relevance | path

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

/linux-4.1.27/samples/bpf/
Dsockex2_kern.c14 __be16 h_vlan_encapsulated_proto; member
108 h_vlan_encapsulated_proto)); in flow_dissector()
114 h_vlan_encapsulated_proto)); in flow_dissector()
152 h_vlan_encapsulated_proto)); in flow_dissector()
/linux-4.1.27/include/linux/
Dif_vlan.h40 __be16 h_vlan_encapsulated_proto; member
56 __be16 h_vlan_encapsulated_proto; member
506 type = vh->h_vlan_encapsulated_proto; in __vlan_get_protocol()
541 proto = vhdr->h_vlan_encapsulated_proto; in vlan_set_encap_proto()
600 protocol = veh->h_vlan_encapsulated_proto; in skb_vlan_tagged_multi()
/linux-4.1.27/drivers/staging/gdm724x/
Dgdm_lte.c249 if (ntohs(vlan_eth.h_vlan_encapsulated_proto) != ETH_P_IPV6) in gdm_lte_emulate_ndp()
365 mac_proto = ntohs(vlan_eth->h_vlan_encapsulated_proto); in gdm_lte_tx_nic_type()
654 vlan_eth.h_vlan_encapsulated_proto = htons(ETH_P_ARP); in gdm_lte_netif_rx()
659 vlan_eth.h_vlan_encapsulated_proto = htons(ETH_P_IP); in gdm_lte_netif_rx()
662 vlan_eth.h_vlan_encapsulated_proto = htons(ETH_P_IPV6); in gdm_lte_netif_rx()
/linux-4.1.27/net/bridge/netfilter/
Debt_vlan.c60 encap = fp->h_vlan_encapsulated_proto; in ebt_vlan_mt()
/linux-4.1.27/net/batman-adv/
Dsoft-interface.c188 if (vhdr->h_vlan_encapsulated_proto != ethertype) { in batadv_interface_tx()
387 if (vhdr->h_vlan_encapsulated_proto != ethertype) in batadv_interface_rx()
Dgateway_client.c699 proto = vhdr->h_vlan_encapsulated_proto; in batadv_gw_dhcp_recipient_get()
Dbridge_loop_avoidance.c892 proto = vhdr->h_vlan_encapsulated_proto; in batadv_bla_process_claim()
/linux-4.1.27/net/8021q/
Dvlan_dev.c71 vhdr->h_vlan_encapsulated_proto = htons(type); in vlan_dev_hard_header()
73 vhdr->h_vlan_encapsulated_proto = htons(len); in vlan_dev_hard_header()
/linux-4.1.27/net/core/
Dflow_dissector.c158 proto = vlan->h_vlan_encapsulated_proto; in __skb_flow_dissect()
/linux-4.1.27/drivers/net/usb/
Dcdc_mbim.c246 is_ip = is_ip_proto(vlan_eth_hdr(skb)->h_vlan_encapsulated_proto); in cdc_mbim_tx_fixup()
/linux-4.1.27/drivers/scsi/fnic/
Dfnic_fcs.c991 vlan_hdr->h_vlan_encapsulated_proto = eth_hdr->h_proto; in fnic_eth_send()
1048 vlan_hdr->h_vlan_encapsulated_proto = htons(ETH_P_FCOE); in fnic_send_frame()
/linux-4.1.27/drivers/net/ethernet/sfc/
Drx.c865 ether_type = vh->h_vlan_encapsulated_proto; in efx_filter_rfs()
Dtx.c859 protocol = veh->h_vlan_encapsulated_proto; in efx_tso_check_protocol()
/linux-4.1.27/net/bridge/
Dbr_netfilter.c77 return vlan_eth_hdr(skb)->h_vlan_encapsulated_proto; in vlan_proto()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c640 proto = vhdr->h_vlan_encapsulated_proto; in fm10k_xmit_frame()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c1328 protocol = veth->h_vlan_encapsulated_proto; in i40e_fcoe_set_skb_header()
Di40e_txrx.c2084 protocol = vhdr->h_vlan_encapsulated_proto; in i40e_tx_prepare_vlan_flags()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c1397 protocol = vhdr->h_vlan_encapsulated_proto; in i40e_tx_prepare_vlan_flags()
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c1284 (vh->h_vlan_encapsulated_proto == htons(ETH_P_IP) || in myri10ge_vlan_ip_csum()
1285 vh->h_vlan_encapsulated_proto == htons(ETH_P_IPV6))) { in myri10ge_vlan_ip_csum()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c475 protocol = ntohs(vh->h_vlan_encapsulated_proto); in qlcnic_tx_pkt()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1891 protocol = vh->h_vlan_encapsulated_proto; in netxen_tso_check()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c1923 ether_type = ntohs(vhdr->h_vlan_encapsulated_proto); in bnx2x_select_queue()
/linux-4.1.27/drivers/net/ethernet/nvidia/
Dforcedeth.c2766 protolen = ntohs(((struct vlan_ethhdr *)packet)->h_vlan_encapsulated_proto); in nv_getlen()
/linux-4.1.27/drivers/net/ethernet/realtek/
Dr8169.c6931 protocol = vlan_eth_hdr(skb)->h_vlan_encapsulated_proto; in get_protocol()
/linux-4.1.27/drivers/net/ethernet/sun/
Dniu.c6576 __be16 val = vp->h_vlan_encapsulated_proto; in niu_compute_tx_flags()