Home
last modified time | relevance | path

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

/linux-4.4.14/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()
647 ((__force u32)h1->h_vlan_encapsulated_proto ^ in compare_vlan_header()
648 (__force u32)h2->h_vlan_encapsulated_proto); in compare_vlan_header()
/linux-4.4.14/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()
Dsockex3_kern.c61 __be16 h_vlan_encapsulated_proto; member
247 h_vlan_encapsulated_proto)); in PROG()
/linux-4.4.14/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.4.14/net/bridge/netfilter/
Debt_vlan.c60 encap = fp->h_vlan_encapsulated_proto; in ebt_vlan_mt()
/linux-4.4.14/net/netfilter/
Dnft_payload.c52 veth.h_vlan_encapsulated_proto = skb->protocol; in nft_payload_copy_vlan()
/linux-4.4.14/net/8021q/
Dvlan.c640 type = vhdr->h_vlan_encapsulated_proto; in vlan_gro_receive()
675 __be16 type = vhdr->h_vlan_encapsulated_proto; in vlan_gro_complete()
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.4.14/net/batman-adv/
Dsoft-interface.c218 if (vhdr->h_vlan_encapsulated_proto != ethertype) { in batadv_interface_tx()
423 if (vhdr->h_vlan_encapsulated_proto != ethertype) in batadv_interface_rx()
Dgateway_client.c694 proto = vhdr->h_vlan_encapsulated_proto; in batadv_gw_dhcp_recipient_get()
Dbridge_loop_avoidance.c906 proto = vhdr->h_vlan_encapsulated_proto; in batadv_bla_process_claim()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c152 skb_copy_from_linear_data(skb, &vhdr->h_vlan_encapsulated_proto, in mlx5e_insert_vlan()
/linux-4.4.14/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.4.14/drivers/scsi/fnic/
Dfnic_fcs.c1004 vlan_hdr->h_vlan_encapsulated_proto = eth_hdr->h_proto; in fnic_eth_send()
1070 vlan_hdr->h_vlan_encapsulated_proto = htons(ETH_P_FCOE); in fnic_send_frame()
/linux-4.4.14/net/bridge/
Dbr_netfilter_hooks.c78 return vlan_eth_hdr(skb)->h_vlan_encapsulated_proto; in vlan_proto()
/linux-4.4.14/net/core/
Dflow_dissector.c272 proto = vlan->h_vlan_encapsulated_proto; in __skb_flow_dissect()
/linux-4.4.14/drivers/net/ethernet/sfc/
Drx.c865 ether_type = vh->h_vlan_encapsulated_proto; in efx_filter_rfs()
Dtx.c860 protocol = veh->h_vlan_encapsulated_proto; in efx_tso_check_protocol()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c642 proto = vhdr->h_vlan_encapsulated_proto; in fm10k_xmit_frame()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c1328 protocol = veth->h_vlan_encapsulated_proto; in i40e_fcoe_set_skb_header()
Di40e_txrx.c2151 protocol = vhdr->h_vlan_encapsulated_proto; in i40e_tx_prepare_vlan_flags()
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dlio_main.c2766 if (vlan_eth_hdr(skb)->h_vlan_encapsulated_proto in liquidio_xmit()
2778 } else if (vlan_eth_hdr(skb)->h_vlan_encapsulated_proto in liquidio_xmit()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c1425 protocol = vhdr->h_vlan_encapsulated_proto; in i40evf_tx_prepare_vlan_flags()
/linux-4.4.14/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.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c475 protocol = ntohs(vh->h_vlan_encapsulated_proto); in qlcnic_tx_pkt()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1891 protocol = vh->h_vlan_encapsulated_proto; in netxen_tso_check()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c1943 ether_type = ntohs(vhdr->h_vlan_encapsulated_proto); in bnx2x_select_queue()
/linux-4.4.14/drivers/net/ethernet/realtek/
Dr8169.c7001 protocol = vlan_eth_hdr(skb)->h_vlan_encapsulated_proto; in get_protocol()
/linux-4.4.14/drivers/net/ethernet/nvidia/
Dforcedeth.c2766 protolen = ntohs(((struct vlan_ethhdr *)packet)->h_vlan_encapsulated_proto); in nv_getlen()
/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.c6576 __be16 val = vp->h_vlan_encapsulated_proto; in niu_compute_tx_flags()