/linux-4.4.14/include/net/ |
D | inet_ecn.h | 155 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()
|
D | vxlan.h | 223 case htons(ETH_P_IPV6): in vxlan_features_check()
|
D | ip_tunnels.h | 261 else if (skb->protocol == htons(ETH_P_IPV6)) in ip_tunnel_get_dsfield()
|
/linux-4.4.14/net/ipv6/ |
D | xfrm6_output.c | 82 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()
|
D | ila.c | 98 if (skb->protocol != htons(ETH_P_IPV6)) in ila_output() 114 if (skb->protocol != htons(ETH_P_IPV6)) in ila_input()
|
D | datagram.c | 248 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()
|
D | xfrm6_state.c | 175 .eth_proto = htons(ETH_P_IPV6),
|
D | ip6_offload.c | 294 .type = cpu_to_be16(ETH_P_IPV6),
|
D | ip6_output.c | 68 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()
|
D | ip6_vti.c | 476 if (skb->protocol == htons(ETH_P_IPV6)) in vti6_xmit() 519 case htons(ETH_P_IPV6): in vti6_tnl_xmit()
|
D | sit.c | 684 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()
|
D | ndisc.c | 122 .protocol = cpu_to_be16(ETH_P_IPV6), 395 skb->protocol = htons(ETH_P_IPV6); in ndisc_alloc_skb()
|
D | af_inet6.c | 707 .type = cpu_to_be16(ETH_P_IPV6),
|
D | ip6_tunnel.c | 936 return ip6_tnl_rcv(skb, ETH_P_IPV6, IPPROTO_IPV6, in ip6ip6_rcv() 1278 case htons(ETH_P_IPV6): in ip6_tnl_xmit()
|
D | ip6_gre.c | 510 skb->protocol = htons(ETH_P_IPV6); in ip6gre_rcv() 910 case htons(ETH_P_IPV6): in ip6gre_tunnel_xmit()
|
D | raw.c | 639 skb->protocol = htons(ETH_P_IPV6); in rawv6_send_hdrinc()
|
D | ip6mr.c | 673 skb->protocol = htons(ETH_P_IPV6); in pim6_rcv()
|
D | mcast.c | 1534 skb->protocol = htons(ETH_P_IPV6); in ip6_mc_hdr()
|
/linux-4.4.14/net/tipc/ |
D | udp_media.c | 105 } 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/ |
D | fddi.c | 59 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/ |
D | sockex3_kern.c | 53 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()
|
D | sockex2_kern.c | 120 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/ |
D | br_netfilter_hooks.c | 68 (!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()
|
D | br_multicast.c | 64 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 …]
|
D | br_netfilter_ipv6.c | 238 skb->protocol = htons(ETH_P_IPV6); in br_nf_pre_routing_ipv6()
|
D | br_mdb.c | 92 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()
|
D | br_private.h | 590 case (htons(ETH_P_IPV6)): in br_multicast_querier_exists()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_eui64.c | 36 if (eth_hdr(skb)->h_proto == htons(ETH_P_IPV6)) { in eui64_mt6()
|
D | nf_dup_ipv6.c | 44 skb->protocol = htons(ETH_P_IPV6); in nf_dup_ipv6_route()
|
D | nf_reject_ipv6.c | 85 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/ |
D | if_ether.h | 67 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
|
/linux-4.4.14/net/bridge/netfilter/ |
D | nf_log_bridge.c | 32 case htons(ETH_P_IPV6): in nf_log_bridge_packet()
|
D | nf_tables_bridge.c | 100 case htons(ETH_P_IPV6): in nft_do_chain_bridge()
|
D | ebt_ip6.c | 105 if (e->ethproto != htons(ETH_P_IPV6) || e->invflags & EBT_IPROTO) in ebt_ip6_mt_check()
|
D | ebt_log.c | 116 htons(ETH_P_IPV6)) { in ebt_log_packet()
|
D | nft_reject_bridge.c | 289 case htons(ETH_P_IPV6): in nft_reject_bridge_eval()
|
/linux-4.4.14/net/phonet/ |
D | pep-gprs.c | 59 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/ |
D | gdm_lte.c | 249 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/ |
D | multicast.c | 388 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()
|
D | gateway_client.c | 712 case htons(ETH_P_IPV6): in batadv_gw_dhcp_recipient_get() 742 case htons(ETH_P_IPV6): in batadv_gw_dhcp_recipient_get()
|
D | main.c | 361 case htons(ETH_P_IPV6): in batadv_skb_set_priority()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_flow_table.c | 324 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()
|
D | en_rx.c | 158 return (ethertype == htons(ETH_P_IP) || ethertype == htons(ETH_P_IPV6)); in is_first_ethertype_ip()
|
/linux-4.4.14/net/core/ |
D | tso.c | 71 tso->ipv6 = vlan_get_protocol(skb) == htons(ETH_P_IPV6); in tso_start()
|
D | flow_dissector.c | 208 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()
|
D | netpoll.c | 440 skb->protocol = eth->h_proto = htons(ETH_P_IPV6); in netpoll_send_udp()
|
D | pktgen.c | 2934 __be16 protocol = htons(ETH_P_IPV6); in fill_packet_ipv6() 2983 *vlan_encapsulated_proto = htons(ETH_P_IPV6); in fill_packet_ipv6()
|
D | skbuff.c | 4024 case htons(ETH_P_IPV6): in skb_checksum_setup()
|
D | dev.c | 3786 case htons(ETH_P_IPV6): in skb_pfmemalloc_protocol()
|
/linux-4.4.14/net/sched/ |
D | em_ipset.c | 69 case htons(ETH_P_IPV6): in em_ipset_match()
|
D | act_connmark.c | 53 } else if (skb->protocol == htons(ETH_P_IPV6)) { in tcf_connmark()
|
D | sch_dsmark.c | 211 case htons(ETH_P_IPV6): in dsmark_enqueue() 295 case htons(ETH_P_IPV6): in dsmark_dequeue()
|
D | cls_flow.c | 157 case htons(ETH_P_IPV6): in flow_get_nfct_src() 169 case htons(ETH_P_IPV6): in flow_get_nfct_dst()
|
D | cls_flower.c | 261 key->basic.n_proto == htons(ETH_P_IPV6)) { in fl_set_key() 614 key->basic.n_proto == htons(ETH_P_IPV6)) && in fl_dump()
|
D | act_csum.c | 518 case cpu_to_be16(ETH_P_IPV6): in tcf_csum()
|
/linux-4.4.14/net/ipv4/ |
D | ping.c | 183 } 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()
|
D | ip_tunnel.c | 626 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()
|
D | ip_vti.c | 229 case htons(ETH_P_IPV6): in vti_tunnel_xmit()
|
/linux-4.4.14/net/openvswitch/ |
D | flow_netlink.c | 197 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()
|
D | conntrack.c | 63 case ETH_P_IPV6: in key_to_nfproto() 320 } else if (key->eth.type == htons(ETH_P_IPV6)) { in handle_fragments()
|
D | flow.c | 627 } else if (key->eth.type == htons(ETH_P_IPV6)) { in key_extract()
|
D | actions.c | 703 } else if (ethertype == htons(ETH_P_IPV6)) { in ovs_fragment()
|
/linux-4.4.14/net/atm/ |
D | br2684.c | 236 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/ |
D | xt_AUDIT.c | 153 case htons(ETH_P_IPV6): in audit_tg()
|
D | nf_tables_netdev.c | 101 case htons(ETH_P_IPV6): in nft_do_chain_netdev()
|
D | nfnetlink_queue.c | 697 skb->protocol = htons(ETH_P_IPV6); in nfqnl_enqueue_packet()
|
/linux-4.4.14/net/bluetooth/ |
D | 6lowpan.c | 321 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/ |
D | rx.c | 31 skb->protocol = htons(ETH_P_IPV6); in lowpan_give_skb_to_device()
|
D | tx.c | 61 if (type != ETH_P_IPV6) in lowpan_header_create()
|
/linux-4.4.14/drivers/net/arcnet/ |
D | rfc1201.c | 113 return htons(ETH_P_IPV6); in type_trans() 390 case ETH_P_IPV6: in build_header()
|
/linux-4.4.14/drivers/net/usb/ |
D | cdc_mbim.c | 214 case htons(ETH_P_IPV6): in is_ip_proto() 382 proto = htons(ETH_P_IPV6); in cdc_mbim_process_dgram()
|
D | lg-vl600.c | 213 ethhdr->h_proto = htons(ETH_P_IPV6); in vl600_rx_fixup()
|
D | qmi_wwan.c | 94 proto = htons(ETH_P_IPV6); in qmi_wwan_rx_fixup()
|
D | r8152.c | 1488 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/ |
D | sta_rx.c | 53 case ETH_P_IPV6: in mwifiex_discard_gratuitous_arp()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_output.c | 240 else if (skb->protocol == htons(ETH_P_IPV6)) in xfrm_local_error()
|
/linux-4.4.14/drivers/net/ |
D | vrf.c | 160 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()
|
D | vxlan.c | 1454 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()
|
D | tun.c | 1201 pi.proto = htons(ETH_P_IPV6); in tun_get_user()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 502 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/ |
D | ipvlan_core.c | 155 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/ |
D | hdlc_ppp.c | 159 return htons(ETH_P_IPV6); in ppp_type_trans() 185 case ETH_P_IPV6: in ppp_hard_header()
|
D | hdlc_fr.c | 300 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()
|
D | hdlc_cisco.c | 144 case cpu_to_be16(ETH_P_IPV6): in cisco_type_trans()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_main.c | 731 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/ |
D | rx.c | 872 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()
|
D | tx.c | 866 EFX_BUG_ON_PARANOID(protocol != htons(ETH_P_IPV6)); in efx_tso_check_protocol()
|
D | ef10.c | 2887 if (spec->ether_type == htons(ETH_P_IPV6) && in efx_ef10_filter_is_exclusive()
|
/linux-4.4.14/drivers/firewire/ |
D | net.c | 494 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/ |
D | chnl_net.c | 107 skb->protocol = htons(ETH_P_IPV6); in chnl_recv_cb()
|
/linux-4.4.14/drivers/net/hyperv/ |
D | netvsc_drv.c | 244 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/ |
D | iphc.c | 750 if (skb->protocol != htons(ETH_P_IPV6)) in lowpan_header_compress()
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | core.c | 99 s->proto_filter[2].end = ETH_P_IPV6; in bnep_set_default_proto_filter()
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_core.h | 859 case ETH_P_IPV6: in qeth_get_ip_version()
|
D | qeth_l3_main.c | 1778 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()
|
D | lcs.c | 1567 if (skb->protocol == htons(ETH_P_IPV6)) { in __lcs_start_xmit()
|
D | qeth_l2_main.c | 886 (skb->protocol == htons(ETH_P_IPV6))) in qeth_l2_hard_start_xmit()
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_alb.c | 1341 case htons(ETH_P_IPV6): in bond_tlb_xmit() 1393 case ETH_P_IPV6: in bond_alb_xmit()
|
D | bond_main.c | 3121 } else if (skb->protocol == htons(ETH_P_IPV6)) { in bond_flow_dissect()
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 963 (header->proto != htons(ETH_P_IPV6)) && in ipoib_start_xmit() 986 case htons(ETH_P_IPV6): in ipoib_start_xmit()
|
D | ipoib_cm.c | 1392 else if (skb->protocol == htons(ETH_P_IPV6)) in ipoib_cm_skb_reap()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunvnet.c | 1160 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()
|
D | niu.c | 6587 case cpu_to_be16(ETH_P_IPV6): in niu_compute_tx_flags()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 318 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/ |
D | i40e_txrx.c | 2005 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/ |
D | ppp_generic.c | 334 case ETH_P_IPV6: in ethertype_to_npindex() 352 ETH_P_IPV6,
|
/linux-4.4.14/net/wireless/ |
D | util.c | 772 case htons(ETH_P_IPV6): in cfg80211_classify8021d()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 1916 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/ |
D | lio_main.c | 2623 return (skb->protocol == htons(ETH_P_IPV6)) && in is_ipv6() 2779 == htons(ETH_P_IPV6)) { in liquidio_xmit()
|
/linux-4.4.14/net/mpls/ |
D | af_mpls.c | 211 skb->protocol = htons(ETH_P_IPV6); in mpls_egress()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.c | 81 } else if (skb->protocol == htons(ETH_P_IPV6)) { in fill_desc()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.c | 1980 else if (protocol == htons(ETH_P_IPV6)) in i40e_xmit_frame_ring()
|
/linux-4.4.14/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 1046 (skb->protocol == htons(ETH_P_IPV6) && in ibmveth_start_xmit()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 1026 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/ |
D | rocker.c | 2084 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/ |
D | vmxnet3_drv.c | 971 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/ |
D | txrx.c | 1161 case cpu_to_be16(ETH_P_IPV6): in wil_tx_desc_offload_setup()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 982 case ETH_P_IPV6: in bcm_sysport_insert_tsb()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | base.c | 1390 } else if (ETH_P_IPV6 == ether_type) { in rtl_is_special_data()
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | ns83820.c | 913 __vlan_hwaccel_put_tag(skb, htons(ETH_P_IPV6), tag);
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 746 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/ |
D | netdev.c | 2025 case htons(ETH_P_IPV6): in igbvf_tx_csum()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 2447 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()
|
D | mvneta.c | 1470 } else if (l3_proto == htons(ETH_P_IPV6)) { in mvneta_skb_tx_csum()
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 3666 protocol == htons(ETH_P_IPV6)) || in can_checksum_protocol()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_main.c | 532 } else if (skb->protocol == cpu_to_be16(ETH_P_IPV6)) { in enic_queue_wq_skb_tso()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | jme.c | 2134 case htons(ETH_P_IPV6): in jme_tx_csum()
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | r8169.c | 7049 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/ |
D | bcmgenet.c | 1397 case ETH_P_IPV6: in bcmgenet_put_tx_csum()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 3365 case htons(ETH_P_IPV6): in ixgbevf_tx_csum()
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 4072 else if (skb->protocol == htons(ETH_P_IPV6)) in smack_socket_getpeersec_dgram()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 2884 else if (net_proto == htons(ETH_P_IPV6)) { in bnad_txq_wi_prepare()
|
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 1285 vh->h_vlan_encapsulated_proto == htons(ETH_P_IPV6))) { in myri10ge_vlan_ip_csum()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 2790 case cpu_to_be16(ETH_P_IPV6): in e1000_tx_csum()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_main.c | 2601 } else if (l3_proto == htons(ETH_P_IPV6)) { in ql_tso()
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 4874 skb->protocol == htons(ETH_P_IPV6))) { in netdev_tx()
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 4538 else if (skb && skb->protocol == htons(ETH_P_IPV6)) in selinux_socket_getpeersec_dgram()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 4727 case htons(ETH_P_IPV6): in igb_tx_csum()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 5424 case cpu_to_be16(ETH_P_IPV6): in e1000_tx_csum()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 7382 if ((first->protocol != htons(ETH_P_IPV6) || in ixgbe_atr()
|