Home
last modified time | relevance | path

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

12

/drivers/staging/rtl8712/
Dif_ether.h88 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
/drivers/net/arcnet/
Drfc1201.c114 return htons(ETH_P_IPV6); in type_trans()
387 case ETH_P_IPV6: in build_header()
/drivers/net/wan/
Dhdlc_ppp.c159 return htons(ETH_P_IPV6); in ppp_type_trans()
185 case ETH_P_IPV6: in ppp_hard_header()
Dhdlc_fr.c299 case cpu_to_be16(ETH_P_IPV6): in fr_hard_header()
934 skb->protocol = htons(ETH_P_IPV6); in fr_rx()
946 case ETH_P_IPV6: in fr_rx()
Dhdlc_cisco.c144 case cpu_to_be16(ETH_P_IPV6): in cisco_type_trans()
/drivers/net/usb/
Dlg-vl600.c214 ethhdr->h_proto = __constant_htons(ETH_P_IPV6); in vl600_rx_fixup()
Dqmi_wwan.c214 proto = htons(ETH_P_IPV6); in qmi_wwan_rx_fixup()
/drivers/net/ethernet/sfc/
Dtx.c681 else if (protocol == htons(ETH_P_IPV6)) in efx_tso_check_protocol()
689 EFX_BUG_ON_PARANOID(protocol != htons(ETH_P_IPV6)); in efx_tso_check_protocol()
/drivers/s390/net/
Dqeth_core.h823 case ETH_P_IPV6: in qeth_get_ip_version()
Dqeth_l3_main.c1915 prot = htons((hdr->hdr.l3.flags & QETH_HDR_IPV6)? ETH_P_IPV6 : in qeth_l3_rebuild_skb()
1921 case __constant_htons(ETH_P_IPV6): in qeth_l3_rebuild_skb()
2786 if (skb->protocol == ETH_P_IPV6) in qeth_l3_get_cast_type()
2950 if (skb->protocol == ETH_P_IPV6) { in qeth_tso_fill_header()
Dqeth_l2_main.c734 (skb->protocol == htons(ETH_P_IPV6))) in qeth_l2_hard_start_xmit()
Dlcs.c1573 if (skb->protocol == htons(ETH_P_IPV6)) { in __lcs_start_xmit()
/drivers/net/ppp/
Dppp_generic.c320 case ETH_P_IPV6: in ethertype_to_npindex()
338 ETH_P_IPV6,
/drivers/net/bonding/
Dbond_alb.c1278 case ETH_P_IPV6: in bond_alb_xmit()
/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1839 opcode = (protocol == cpu_to_be16(ETH_P_IPV6)) ? in netxen_tso_check()
1853 } else if (protocol == cpu_to_be16(ETH_P_IPV6)) { in netxen_tso_check()
/drivers/net/
Dtun.c681 pi.proto = htons(ETH_P_IPV6); in tun_get_user()
/drivers/net/wireless/rtlwifi/
Dbase.c1009 } else if (ETH_P_IPV6 == ether_type) { in rtl_is_special_data()
/drivers/net/ethernet/ibm/
Dibmveth.c951 (skb->protocol == htons(ETH_P_IPV6) && in ibmveth_start_xmit()
/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1384 else if (skb->protocol == htons(ETH_P_IPV6)) in ipoib_cm_skb_reap()
/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c1200 vh->h_vlan_encapsulated_proto == htons(ETH_P_IPV6))) { in myri10ge_vlan_ip_csum()
1395 (skb->protocol == htons(ETH_P_IPV6))) { in myri10ge_rx_done()
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c2034 opcode = (protocol == ETH_P_IPV6) ? TX_TCP_LSO6 : TX_TCP_LSO; in qlcnic_tx_pkt()
2101 } else if (protocol == ETH_P_IPV6) { in qlcnic_tx_pkt()
/drivers/net/ethernet/intel/e1000/
De1000_main.c2739 } else if (skb->protocol == htons(ETH_P_IPV6)) { in e1000_tso()
2798 case cpu_to_be16(ETH_P_IPV6): in e1000_tx_csum()
/drivers/net/ethernet/intel/igbvf/
Dnetdev.c1992 case __constant_htons(ETH_P_IPV6): in igbvf_tx_csum()
/drivers/net/ethernet/cisco/enic/
Denic_main.c698 } else if (skb->protocol == cpu_to_be16(ETH_P_IPV6)) { in enic_queue_wq_skb_tso()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c5793 case __constant_htons(ETH_P_IPV6): in ixgbe_tx_csum()
6076 if ((first->protocol != __constant_htons(ETH_P_IPV6) || in ixgbe_atr()

12