Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8712/
Dif_ether.h128 unsigned short h_vlan_encapsulated_proto; member
137 pvlan->h_vlan_encapsulated_proto))
/linux-3.4.99/include/linux/
Dif_vlan.h41 __be16 h_vlan_encapsulated_proto; member
57 __be16 h_vlan_encapsulated_proto; member
317 h_vlan_encapsulated_proto), in vlan_get_protocol()
337 proto = vhdr->h_vlan_encapsulated_proto; in vlan_set_encap_proto()
/linux-3.4.99/net/bridge/netfilter/
Debt_vlan.c61 encap = fp->h_vlan_encapsulated_proto; in ebt_vlan_mt()
/linux-3.4.99/net/8021q/
Dvlan_dev.c53 switch (veth->h_vlan_encapsulated_proto) { in vlan_dev_rebuild_header()
62 dev->name, ntohs(veth->h_vlan_encapsulated_proto)); in vlan_dev_rebuild_header()
121 vhdr->h_vlan_encapsulated_proto = htons(type); in vlan_dev_hard_header()
123 vhdr->h_vlan_encapsulated_proto = htons(len); in vlan_dev_hard_header()
/linux-3.4.99/net/core/
Dflow_dissector.c71 proto = vlan->h_vlan_encapsulated_proto; in skb_flow_dissect()
Ddev.c1977 type = vh->h_vlan_encapsulated_proto; in skb_gso_segment()
2148 protocol = veh->h_vlan_encapsulated_proto; in netif_skb_features()
/linux-3.4.99/drivers/scsi/fnic/
Dfnic_fcs.c483 vlan_hdr->h_vlan_encapsulated_proto = eth_hdr->h_proto; in fnic_eth_send()
530 vlan_hdr->h_vlan_encapsulated_proto = htons(ETH_P_FCOE); in fnic_send_frame()
/linux-3.4.99/net/batman-adv/
Dsoft-interface.c581 if (ntohs(vhdr->h_vlan_encapsulated_proto) != ETH_P_BATMAN) in interface_tx()
711 if (ntohs(vhdr->h_vlan_encapsulated_proto) != ETH_P_BATMAN) in interface_rx()
/linux-3.4.99/net/bridge/
Dbr_netfilter.c79 return vlan_eth_hdr(skb)->h_vlan_encapsulated_proto; in vlan_proto()
/linux-3.4.99/drivers/net/ethernet/sfc/
Dtx.c676 protocol = veh->h_vlan_encapsulated_proto; in efx_tso_check_protocol()
/linux-3.4.99/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c1199 (vh->h_vlan_encapsulated_proto == htons(ETH_P_IP) || in myri10ge_vlan_ip_csum()
1200 vh->h_vlan_encapsulated_proto == htons(ETH_P_IPV6))) { in myri10ge_vlan_ip_csum()
2301 if (veh->h_vlan_encapsulated_proto != htons(ETH_P_IP)) in myri10ge_get_frag_header()
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1813 protocol = vh->h_vlan_encapsulated_proto; in netxen_tso_check()
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c1253 protocol = hdr.vlan->h_vlan_encapsulated_proto; in ixgbe_get_headlen()
6237 protocol = vhdr->h_vlan_encapsulated_proto; in ixgbe_xmit_frame_ring()
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c1451 ether_type = ntohs(vhdr->h_vlan_encapsulated_proto); in bnx2x_select_queue()
/linux-3.4.99/drivers/net/ethernet/intel/e1000e/
Dnetdev.c4732 protocol = vlan_eth_hdr(skb)->h_vlan_encapsulated_proto; in e1000_tx_csum()
/linux-3.4.99/drivers/net/ethernet/nvidia/
Dforcedeth.c2695 protolen = ntohs(((struct vlan_ethhdr *)packet)->h_vlan_encapsulated_proto); in nv_getlen()
/linux-3.4.99/drivers/net/ethernet/sun/
Dniu.c6572 __be16 val = vp->h_vlan_encapsulated_proto; in niu_compute_tx_flags()