Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dinet_ecn.h155 case cpu_to_be16(ETH_P_IPV6): in INET_ECN_set_ce()
217 else if (skb->protocol == htons(ETH_P_IPV6)) in IP_ECN_decapsulate()
232 else if (skb->protocol == htons(ETH_P_IPV6)) in IP6_ECN_decapsulate()
Dvxlan.h223 case htons(ETH_P_IPV6): in vxlan_features_check()
Dip_tunnels.h261 else if (skb->protocol == htons(ETH_P_IPV6)) in ip_tunnel_get_dsfield()
/linux-4.4.14/net/ipv6/
Dxfrm6_output.c82 skb->protocol = htons(ETH_P_IPV6); in xfrm6_tunnel_check_size()
118 skb->protocol = htons(ETH_P_IPV6); in xfrm6_prepare_output()
159 if (skb->protocol == htons(ETH_P_IPV6)) in __xfrm6_output()
Dila.c98 if (skb->protocol != htons(ETH_P_IPV6)) in ila_output()
114 if (skb->protocol != htons(ETH_P_IPV6)) in ila_input()
Ddatagram.c248 skb->protocol = htons(ETH_P_IPV6); in ipv6_icmp_error()
283 skb->protocol = htons(ETH_P_IPV6); in ipv6_local_error()
375 if (skb->protocol == htons(ETH_P_IPV6)) in ip6_datagram_support_cmsg()
422 if (skb->protocol == htons(ETH_P_IPV6)) { in ipv6_recv_error()
447 if (skb->protocol == htons(ETH_P_IPV6)) { in ipv6_recv_error()
531 bool is_ipv6 = skb->protocol == htons(ETH_P_IPV6); in ip6_datagram_recv_common_ctl()
Dxfrm6_state.c175 .eth_proto = htons(ETH_P_IPV6),
Dip6_offload.c294 .type = cpu_to_be16(ETH_P_IPV6),
Dip6_output.c68 skb->protocol = htons(ETH_P_IPV6); in ip6_finish_output2()
223 skb->protocol = htons(ETH_P_IPV6); in ip6_xmit()
1120 skb->protocol = htons(ETH_P_IPV6); in ip6_ufo_append_data()
1446 skb->protocol = htons(ETH_P_IPV6); in __ip6_append_data()
Dip6_vti.c476 if (skb->protocol == htons(ETH_P_IPV6)) in vti6_xmit()
519 case htons(ETH_P_IPV6): in vti6_tnl_xmit()
Dsit.c684 skb->protocol = htons(ETH_P_IPV6); in ipip6_rcv()
827 if (skb->protocol != htons(ETH_P_IPV6)) in ipip6_tunnel_xmit()
1026 case htons(ETH_P_IPV6): in sit_tunnel_xmit()
Dndisc.c122 .protocol = cpu_to_be16(ETH_P_IPV6),
395 skb->protocol = htons(ETH_P_IPV6); in ndisc_alloc_skb()
Daf_inet6.c707 .type = cpu_to_be16(ETH_P_IPV6),
Dip6_tunnel.c936 return ip6_tnl_rcv(skb, ETH_P_IPV6, IPPROTO_IPV6, in ip6ip6_rcv()
1278 case htons(ETH_P_IPV6): in ip6_tnl_xmit()
Dip6_gre.c510 skb->protocol = htons(ETH_P_IPV6); in ip6gre_rcv()
910 case htons(ETH_P_IPV6): in ip6gre_tunnel_xmit()
Draw.c639 skb->protocol = htons(ETH_P_IPV6); in rawv6_send_hdrinc()
Dip6mr.c673 skb->protocol = htons(ETH_P_IPV6); in pim6_rcv()
Dmcast.c1534 skb->protocol = htons(ETH_P_IPV6); in ip6_mc_hdr()
/linux-4.4.14/net/tipc/
Dudp_media.c105 } else if (ntohs(ua->proto) == ETH_P_IPV6) { in tipc_udp_media_addr_set()
120 else if (ntohs(ua->proto) == ETH_P_IPV6) in tipc_udp_addr2str()
323 local->proto = htons(ETH_P_IPV6); in parse_options()
329 remote->proto = htons(ETH_P_IPV6); in parse_options()
387 } else if (local.proto == htons(ETH_P_IPV6)) { in tipc_udp_enable()
/linux-4.4.14/net/802/
Dfddi.c59 if(type != ETH_P_IP && type != ETH_P_IPV6 && type != ETH_P_ARP) in fddi_header()
63 if(type == ETH_P_IP || type == ETH_P_IPV6 || type == ETH_P_ARP) in fddi_header()
/linux-4.4.14/samples/bpf/
Dsockex3_kern.c53 case ETH_P_IPV6: in parse_eth_proto()
175 parse_eth_proto(skb, ETH_P_IPV6); in parse_ip_proto()
271 parse_eth_proto(skb, ETH_P_IPV6); in PROG()
Dsockex2_kern.c120 else if (proto == ETH_P_IPV6) in flow_dissector()
158 else if (proto == ETH_P_IPV6) in flow_dissector()
/linux-4.4.14/net/bridge/
Dbr_netfilter_hooks.c68 (!skb_vlan_tag_present(skb) && skb->protocol == htons(ETH_P_IPV6))
88 (vlan_proto(skb) == htons(ETH_P_IPV6) && \
545 if (skb->protocol == htons(ETH_P_IPV6)) in br_nf_forward_finish()
624 skb->protocol = htons(ETH_P_IPV6); in br_nf_forward_ip()
758 skb->protocol == htons(ETH_P_IPV6)) { in br_nf_dev_queue_xmit()
827 skb->protocol = htons(ETH_P_IPV6); in br_nf_post_routing()
Dbr_multicast.c64 case htons(ETH_P_IPV6): in br_ip_equal()
94 case htons(ETH_P_IPV6): in br_ip_hash()
143 br_dst.proto = htons(ETH_P_IPV6); in br_mdb_ip6_get()
170 case htons(ETH_P_IPV6): in br_mdb_get()
445 skb->protocol = htons(ETH_P_IPV6); in br_ip6_multicast_alloc_query()
452 eth->h_proto = htons(ETH_P_IPV6); in br_ip6_multicast_alloc_query()
519 case htons(ETH_P_IPV6): in br_multicast_alloc_query()
750 br_group.proto = htons(ETH_P_IPV6); in br_ip6_multicast_add_group()
862 br_group.proto = htons(ETH_P_IPV6); in br_multicast_send_query()
1179 case htons(ETH_P_IPV6): in br_multicast_select_querier()
[all …]
Dbr_netfilter_ipv6.c238 skb->protocol = htons(ETH_P_IPV6); in br_nf_pre_routing_ipv6()
Dbr_mdb.c92 if (p->addr.proto == htons(ETH_P_IPV6)) in br_mdb_fill_info()
328 } else if (entry->addr.proto == htons(ETH_P_IPV6)) { in is_valid_mdb_entry()
Dbr_private.h590 case (htons(ETH_P_IPV6)): in br_multicast_querier_exists()
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_eui64.c36 if (eth_hdr(skb)->h_proto == htons(ETH_P_IPV6)) { in eui64_mt6()
Dnf_dup_ipv6.c44 skb->protocol = htons(ETH_P_IPV6); in nf_dup_ipv6_route()
Dnf_reject_ipv6.c85 nskb->protocol = htons(ETH_P_IPV6); in nf_reject_ip6hdr_put()
201 nskb->protocol = htons(ETH_P_IPV6); in nf_send_reset6()
/linux-4.4.14/include/uapi/linux/
Dif_ether.h67 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
/linux-4.4.14/net/bridge/netfilter/
Dnf_log_bridge.c32 case htons(ETH_P_IPV6): in nf_log_bridge_packet()
Dnf_tables_bridge.c100 case htons(ETH_P_IPV6): in nft_do_chain_bridge()
Debt_ip6.c105 if (e->ethproto != htons(ETH_P_IPV6) || e->invflags & EBT_IPROTO) in ebt_ip6_mt_check()
Debt_log.c116 htons(ETH_P_IPV6)) { in ebt_log_packet()
Dnft_reject_bridge.c289 case htons(ETH_P_IPV6): in nft_reject_bridge_eval()
/linux-4.4.14/net/phonet/
Dpep-gprs.c59 return htons(ETH_P_IPV6); in gprs_type_trans()
194 case htons(ETH_P_IPV6): in gprs_xmit()
/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()
255 if (ntohs(eth.h_proto) != ETH_P_IPV6) in gdm_lte_emulate_ndp()
390 case ETH_P_IPV6: in gdm_lte_tx_nic_type()
661 eth.h_proto = htons(ETH_P_IPV6); 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/batman-adv/
Dmulticast.c388 case ETH_P_IPV6: in batadv_mcast_forw_mode_check()
411 case ETH_P_IPV6: in batadv_mcast_forw_want_all_ip_count()
505 case ETH_P_IPV6: in batadv_mcast_forw_ip_node_get()
Dgateway_client.c712 case htons(ETH_P_IPV6): in batadv_gw_dhcp_recipient_get()
742 case htons(ETH_P_IPV6): in batadv_gw_dhcp_recipient_get()
Dmain.c361 case htons(ETH_P_IPV6): in batadv_skb_set_priority()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_flow_table.c324 ETH_P_IPV6); in __mlx5e_add_eth_addr_rule()
359 ETH_P_IPV6); in __mlx5e_add_eth_addr_rule()
392 ETH_P_IPV6); in __mlx5e_add_eth_addr_rule()
425 ETH_P_IPV6); in __mlx5e_add_eth_addr_rule()
458 ETH_P_IPV6); in __mlx5e_add_eth_addr_rule()
Den_rx.c158 return (ethertype == htons(ETH_P_IP) || ethertype == htons(ETH_P_IPV6)); in is_first_ethertype_ip()
/linux-4.4.14/net/core/
Dtso.c71 tso->ipv6 = vlan_get_protocol(skb) == htons(ETH_P_IPV6); in tso_start()
Dflow_dissector.c208 case htons(ETH_P_IPV6): { in __skb_flow_dissect()
422 if (proto != htons(ETH_P_IPV6)) in __skb_flow_dissect()
438 if (proto != htons(ETH_P_IPV6)) in __skb_flow_dissect()
469 proto = htons(ETH_P_IPV6); in __skb_flow_dissect()
Dnetpoll.c440 skb->protocol = eth->h_proto = htons(ETH_P_IPV6); in netpoll_send_udp()
Dpktgen.c2934 __be16 protocol = htons(ETH_P_IPV6); in fill_packet_ipv6()
2983 *vlan_encapsulated_proto = htons(ETH_P_IPV6); in fill_packet_ipv6()
Dskbuff.c4024 case htons(ETH_P_IPV6): in skb_checksum_setup()
Ddev.c3786 case htons(ETH_P_IPV6): in skb_pfmemalloc_protocol()
/linux-4.4.14/net/sched/
Dem_ipset.c69 case htons(ETH_P_IPV6): in em_ipset_match()
Dact_connmark.c53 } else if (skb->protocol == htons(ETH_P_IPV6)) { in tcf_connmark()
Dsch_dsmark.c211 case htons(ETH_P_IPV6): in dsmark_enqueue()
295 case htons(ETH_P_IPV6): in dsmark_dequeue()
Dcls_flow.c157 case htons(ETH_P_IPV6): in flow_get_nfct_src()
169 case htons(ETH_P_IPV6): in flow_get_nfct_dst()
Dcls_flower.c261 key->basic.n_proto == htons(ETH_P_IPV6)) { in fl_set_key()
614 key->basic.n_proto == htons(ETH_P_IPV6)) && in fl_dump()
Dact_csum.c518 case cpu_to_be16(ETH_P_IPV6): in tcf_csum()
/linux-4.4.14/net/ipv4/
Dping.c183 } else if (skb->protocol == htons(ETH_P_IPV6)) { in ping_lookup()
208 } else if (skb->protocol == htons(ETH_P_IPV6) && in ping_lookup()
502 } else if (skb->protocol == htons(ETH_P_IPV6)) { in ping_err()
570 } else if (skb->protocol == htons(ETH_P_IPV6)) { in ping_err()
925 if (skb->protocol == htons(ETH_P_IPV6) && in ping_recvmsg()
Dip_tunnel.c626 else if (skb->protocol == htons(ETH_P_IPV6)) { in tnl_update_pmtu()
682 else if (skb->protocol == htons(ETH_P_IPV6)) { in ip_tunnel_xmit()
724 } else if (skb->protocol == htons(ETH_P_IPV6)) { in ip_tunnel_xmit()
776 else if (skb->protocol == htons(ETH_P_IPV6)) in ip_tunnel_xmit()
Dip_vti.c229 case htons(ETH_P_IPV6): in vti_tunnel_xmit()
/linux-4.4.14/net/openvswitch/
Dflow_netlink.c197 if (match->key->eth.type == htons(ETH_P_IPV6)) { in match_validate()
1508 } else if (swkey->eth.type == htons(ETH_P_IPV6)) { in __ovs_nla_put_key()
1549 swkey->eth.type == htons(ETH_P_IPV6)) && in __ovs_nla_put_key()
1592 } else if (swkey->eth.type == htons(ETH_P_IPV6) && in __ovs_nla_put_key()
2075 if (eth_type != htons(ETH_P_IPV6)) in validate_set()
2104 eth_type != htons(ETH_P_IPV6)) || in validate_set()
2112 eth_type != htons(ETH_P_IPV6)) || in validate_set()
2125 eth_type != htons(ETH_P_IPV6)) || in validate_set()
2293 eth_type != htons(ETH_P_IPV6) && in __ovs_nla_copy_actions()
Dconntrack.c63 case ETH_P_IPV6: in key_to_nfproto()
320 } else if (key->eth.type == htons(ETH_P_IPV6)) { in handle_fragments()
Dflow.c627 } else if (key->eth.type == htons(ETH_P_IPV6)) { in key_extract()
Dactions.c703 } else if (ethertype == htons(ETH_P_IPV6)) { in ovs_fragment()
/linux-4.4.14/net/atm/
Dbr2684.c236 case ETH_P_IPV6: in br2684_xmit_vcc()
458 skb->protocol = htons(ETH_P_IPV6); in br2684_push()
488 skb->protocol = htons(ETH_P_IPV6); in br2684_push()
/linux-4.4.14/net/netfilter/
Dxt_AUDIT.c153 case htons(ETH_P_IPV6): in audit_tg()
Dnf_tables_netdev.c101 case htons(ETH_P_IPV6): in nft_do_chain_netdev()
Dnfnetlink_queue.c697 skb->protocol = htons(ETH_P_IPV6); in nfqnl_enqueue_packet()
/linux-4.4.14/net/bluetooth/
D6lowpan.c321 local_skb->protocol = htons(ETH_P_IPV6); in recv_pkt()
350 local_skb->protocol = htons(ETH_P_IPV6); in recv_pkt()
481 err = dev_hard_header(skb, netdev, ETH_P_IPV6, NULL, NULL, 0); in setup_header()
494 if (type != ETH_P_IPV6) in header_create()
/linux-4.4.14/net/ieee802154/6lowpan/
Drx.c31 skb->protocol = htons(ETH_P_IPV6); in lowpan_give_skb_to_device()
Dtx.c61 if (type != ETH_P_IPV6) in lowpan_header_create()
/linux-4.4.14/drivers/net/arcnet/
Drfc1201.c113 return htons(ETH_P_IPV6); in type_trans()
390 case ETH_P_IPV6: in build_header()
/linux-4.4.14/drivers/net/usb/
Dcdc_mbim.c214 case htons(ETH_P_IPV6): in is_ip_proto()
382 proto = htons(ETH_P_IPV6); in cdc_mbim_process_dgram()
Dlg-vl600.c213 ethhdr->h_proto = htons(ETH_P_IPV6); in vl600_rx_fixup()
Dqmi_wwan.c94 proto = htons(ETH_P_IPV6); in qmi_wwan_rx_fixup()
Dr8152.c1488 case htons(ETH_P_IPV6): in r8152_tx_csum()
1520 case htons(ETH_P_IPV6): in r8152_tx_csum()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsta_rx.c53 case ETH_P_IPV6: in mwifiex_discard_gratuitous_arp()
/linux-4.4.14/net/xfrm/
Dxfrm_output.c240 else if (skb->protocol == htons(ETH_P_IPV6)) in xfrm_local_error()
/linux-4.4.14/drivers/net/
Dvrf.c160 case htons(ETH_P_IPV6): in is_ip_rx_frame()
336 case htons(ETH_P_IPV6): in is_ip_tx_frame()
413 skb->protocol = htons(ETH_P_IPV6); in vrf_finish_output6()
Dvxlan.c1454 reply->protocol = htons(ETH_P_IPV6); in vxlan_na_create()
1474 eth_hdr(reply)->h_proto = htons(ETH_P_IPV6); in vxlan_na_create()
1475 reply->protocol = htons(ETH_P_IPV6); in vxlan_na_create()
1622 case ETH_P_IPV6: in route_shortcircuit()
2156 else if (ntohs(eth->h_proto) == ETH_P_IPV6 && in vxlan_xmit()
2182 ntohs(eth->h_proto) == ETH_P_IPV6)) { in vxlan_xmit()
Dtun.c1201 pi.proto = htons(ETH_P_IPV6); in tun_get_user()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c502 opcode = (protocol == ETH_P_IPV6) ? QLCNIC_TX_TCP_LSO6 : in qlcnic_tx_pkt()
563 } else if (protocol == ETH_P_IPV6) { in qlcnic_tx_pkt()
754 else if (protocol == ETH_P_IPV6) in qlcnic_xmit_frame()
1319 if (ntohs(skb->protocol) == ETH_P_IPV6) { in qlcnic_process_lro()
1338 if (skb->protocol == htons(ETH_P_IPV6)) in qlcnic_process_lro()
1841 if (ntohs(skb->protocol) == ETH_P_IPV6) { in qlcnic_83xx_process_lro()
1861 if (skb->protocol == htons(ETH_P_IPV6)) in qlcnic_83xx_process_lro()
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_core.c155 case htons(ETH_P_IPV6): { in ipvlan_get_L3_hdr()
445 if (skb->protocol == htons(ETH_P_IPV6)) in ipvlan_process_outbound()
/linux-4.4.14/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.c300 case cpu_to_be16(ETH_P_IPV6): in fr_hard_header()
935 skb->protocol = htons(ETH_P_IPV6); in fr_rx()
947 case ETH_P_IPV6: in fr_rx()
Dhdlc_cisco.c144 case cpu_to_be16(ETH_P_IPV6): in cisco_type_trans()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c731 case htons(ETH_P_IPV6): in fm10k_tx_encap_offload()
756 case htons(ETH_P_IPV6): in fm10k_tx_encap_offload()
866 case htons(ETH_P_IPV6): in fm10k_tx_csum()
/linux-4.4.14/drivers/net/ethernet/sfc/
Drx.c872 if (ether_type != htons(ETH_P_IP) && ether_type != htons(ETH_P_IPV6)) in efx_filter_rfs()
991 if (spec->ether_type == htons(ETH_P_IPV6) && in efx_filter_is_mc_recipient()
Dtx.c866 EFX_BUG_ON_PARANOID(protocol != htons(ETH_P_IPV6)); in efx_tso_check_protocol()
Def10.c2887 if (spec->ether_type == htons(ETH_P_IPV6) && in efx_ef10_filter_is_exclusive()
/linux-4.4.14/drivers/firewire/
Dnet.c494 case ETH_P_IPV6: in fwnet_finish_incoming_packet()
978 case htons(ETH_P_IPV6): in fwnet_send_packet()
1255 case htons(ETH_P_IPV6): in fwnet_tx()
/linux-4.4.14/net/caif/
Dchnl_net.c107 skb->protocol = htons(ETH_P_IPV6); in chnl_recv_cb()
/linux-4.4.14/drivers/net/hyperv/
Dnetvsc_drv.c244 flow.basic.n_proto == htons(ETH_P_IPV6))) in netvsc_set_hash()
393 (eth_hdr(skb)->h_proto != htons(ETH_P_IPV6))) { in get_net_transport_info()
/linux-4.4.14/net/6lowpan/
Diphc.c750 if (skb->protocol != htons(ETH_P_IPV6)) in lowpan_header_compress()
/linux-4.4.14/net/bluetooth/bnep/
Dcore.c99 s->proto_filter[2].end = ETH_P_IPV6; in bnep_set_default_proto_filter()
/linux-4.4.14/drivers/s390/net/
Dqeth_core.h859 case ETH_P_IPV6: in qeth_get_ip_version()
Dqeth_l3_main.c1778 prot = htons((hdr->hdr.l3.flags & QETH_HDR_IPV6)? ETH_P_IPV6 : in qeth_l3_rebuild_skb()
1784 case __constant_htons(ETH_P_IPV6): in qeth_l3_rebuild_skb()
2646 if (skb->protocol == ETH_P_IPV6) in qeth_l3_get_cast_type()
2804 if (skb->protocol == ETH_P_IPV6) { in qeth_tso_fill_header()
Dlcs.c1567 if (skb->protocol == htons(ETH_P_IPV6)) { in __lcs_start_xmit()
Dqeth_l2_main.c886 (skb->protocol == htons(ETH_P_IPV6))) in qeth_l2_hard_start_xmit()
/linux-4.4.14/drivers/net/bonding/
Dbond_alb.c1341 case htons(ETH_P_IPV6): in bond_tlb_xmit()
1393 case ETH_P_IPV6: in bond_alb_xmit()
Dbond_main.c3121 } else if (skb->protocol == htons(ETH_P_IPV6)) { in bond_flow_dissect()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_main.c963 (header->proto != htons(ETH_P_IPV6)) && in ipoib_start_xmit()
986 case htons(ETH_P_IPV6): in ipoib_start_xmit()
Dipoib_cm.c1392 else if (skb->protocol == htons(ETH_P_IPV6)) in ipoib_cm_skb_reap()
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunvnet.c1160 else if (skb->protocol == htons(ETH_P_IPV6)) in vnet_handle_offloads()
1299 else if (skb->protocol == htons(ETH_P_IPV6)) in vnet_start_xmit()
Dniu.c6587 case cpu_to_be16(ETH_P_IPV6): in niu_compute_tx_flags()
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_main.c318 if (l3_proto == htons(ETH_P_IPV6) && in qede_xmit_type()
344 if (vlan_get_protocol(skb) == htons(ETH_P_IPV6)) in qede_set_params_for_ipv6_ext()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c2005 else if (protocol == htons(ETH_P_IPV6)) in i40e_atr()
2826 else if (protocol == htons(ETH_P_IPV6)) in i40e_xmit_frame_ring()
/linux-4.4.14/drivers/net/ppp/
Dppp_generic.c334 case ETH_P_IPV6: in ethertype_to_npindex()
352 ETH_P_IPV6,
/linux-4.4.14/net/wireless/
Dutil.c772 case htons(ETH_P_IPV6): in cfg80211_classify8021d()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1916 opcode = (protocol == cpu_to_be16(ETH_P_IPV6)) ? in netxen_tso_check()
1930 } else if (protocol == cpu_to_be16(ETH_P_IPV6)) { in netxen_tso_check()
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dlio_main.c2623 return (skb->protocol == htons(ETH_P_IPV6)) && in is_ipv6()
2779 == htons(ETH_P_IPV6)) { in liquidio_xmit()
/linux-4.4.14/net/mpls/
Daf_mpls.c211 skb->protocol = htons(ETH_P_IPV6); in mpls_egress()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c81 } else if (skb->protocol == htons(ETH_P_IPV6)) { in fill_desc()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c1980 else if (protocol == htons(ETH_P_IPV6)) in i40e_xmit_frame_ring()
/linux-4.4.14/drivers/net/ethernet/ibm/
Dibmveth.c1046 (skb->protocol == htons(ETH_P_IPV6) && in ibmveth_start_xmit()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c1026 if (eh->h_proto == htons(ETH_P_IPV6)) { in be_ipv6_exthdr_check()
1242 if ((*skb)->protocol == htons(ETH_P_IPV6)) { in be_send_pkt_to_bmc()
5280 case htons(ETH_P_IPV6): in be_features_check()
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c2084 case ETH_P_IPV6: in rocker_cmd_flow_tbl_add_acl()
3269 .eth_type = htons(ETH_P_IPV6),
3760 eth_type = htons(ETH_P_IPV6); in rocker_port_router_mac()
/linux-4.4.14/drivers/net/vmxnet3/
Dvmxnet3_drv.c971 ctx.ipv6 = (vlan_get_protocol(skb) == cpu_to_be16(ETH_P_IPV6)); in vmxnet3_tq_xmit()
1210 BUG_ON(hdr.eth->h_proto != htons(ETH_P_IPV6)); in vmxnet3_get_hdr_len()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dtxrx.c1161 case cpu_to_be16(ETH_P_IPV6): in wil_tx_desc_offload_setup()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbcmsysport.c982 case ETH_P_IPV6: in bcm_sysport_insert_tsb()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dbase.c1390 } else if (ETH_P_IPV6 == ether_type) { in rtl_is_special_data()
/linux-4.4.14/drivers/net/ethernet/natsemi/
Dns83820.c913 __vlan_hwaccel_put_tag(skb, htons(ETH_P_IPV6), tag);
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c746 case ETH_P_IPV6: in bnx2x_gro_receive()
3396 if (protocol == htons(ETH_P_IPV6)) { in bnx2x_xmit_type()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2025 case htons(ETH_P_IPV6): in igbvf_tx_csum()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dmvpp2.c2447 mvpp2_prs_match_etype(&pe, 0, ETH_P_IPV6); in mvpp2_prs_etype_init()
5042 } else if (skb->protocol == htons(ETH_P_IPV6)) { in mvpp2_skb_tx_csum()
Dmvneta.c1470 } else if (l3_proto == htons(ETH_P_IPV6)) { in mvneta_skb_tx_csum()
/linux-4.4.14/include/linux/
Dnetdevice.h3666 protocol == htons(ETH_P_IPV6)) || in can_checksum_protocol()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_main.c532 } else if (skb->protocol == cpu_to_be16(ETH_P_IPV6)) { in enic_queue_wq_skb_tso()
/linux-4.4.14/drivers/net/ethernet/
Djme.c2134 case htons(ETH_P_IPV6): in jme_tx_csum()
/linux-4.4.14/drivers/net/ethernet/realtek/
Dr8169.c7049 case htons(ETH_P_IPV6): in rtl8169_tso_csum_v2()
7082 case htons(ETH_P_IPV6): in rtl8169_tso_csum_v2()
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.c1397 case ETH_P_IPV6: in bcmgenet_put_tx_csum()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c3365 case htons(ETH_P_IPV6): in ixgbevf_tx_csum()
/linux-4.4.14/security/smack/
Dsmack_lsm.c4072 else if (skb->protocol == htons(ETH_P_IPV6)) in smack_socket_getpeersec_dgram()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbnad.c2884 else if (net_proto == htons(ETH_P_IPV6)) { in bnad_txq_wi_prepare()
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c1285 vh->h_vlan_encapsulated_proto == htons(ETH_P_IPV6))) { in myri10ge_vlan_ip_csum()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_main.c2790 case cpu_to_be16(ETH_P_IPV6): in e1000_tx_csum()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/
Dqlge_main.c2601 } else if (l3_proto == htons(ETH_P_IPV6)) { in ql_tso()
/linux-4.4.14/drivers/net/ethernet/micrel/
Dksz884x.c4874 skb->protocol == htons(ETH_P_IPV6))) { in netdev_tx()
/linux-4.4.14/security/selinux/
Dhooks.c4538 else if (skb && skb->protocol == htons(ETH_P_IPV6)) in selinux_socket_getpeersec_dgram()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_main.c4727 case htons(ETH_P_IPV6): in igb_tx_csum()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c5424 case cpu_to_be16(ETH_P_IPV6): in e1000_tx_csum()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c7382 if ((first->protocol != htons(ETH_P_IPV6) || in ixgbe_atr()