/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | sta_rx.c | 121 - sizeof(rx_pkt_hdr->eth803_hdr.h_source) in mwifiex_process_rx_packet() 124 memcpy(eth->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_process_rx_packet() 125 sizeof(eth->h_source)); in mwifiex_process_rx_packet() 238 memcpy(ta, rx_pkt_hdr->eth803_hdr.h_source, ETH_ALEN); in mwifiex_process_sta_rx_packet()
|
D | uap_txrx.c | 139 - sizeof(rx_pkt_hdr->eth803_hdr.h_source) in mwifiex_uap_queue_bridged_pkt() 141 memcpy(p_ethhdr->h_source, rx_pkt_hdr->eth803_hdr.h_source, in mwifiex_uap_queue_bridged_pkt() 142 sizeof(p_ethhdr->h_source)); in mwifiex_uap_queue_bridged_pkt() 188 src_node = mwifiex_get_sta_entry(priv, rx_pkt_hdr->eth803_hdr.h_source); in mwifiex_uap_queue_bridged_pkt() 292 ether_addr_copy(ta, rx_pkt_hdr->eth803_hdr.h_source); in mwifiex_process_uap_rx_packet()
|
D | util.c | 449 src_node = mwifiex_get_sta_entry(priv, p_ethhdr->h_source); in mwifiex_recv_packet()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_eui64.c | 38 memcpy(eui64, eth_hdr(skb)->h_source, 3); in eui64_mt6() 39 memcpy(eui64 + 5, eth_hdr(skb)->h_source + 3, 3); in eui64_mt6()
|
D | nf_reject_ipv6.c | 204 oeth->h_source, oeth->h_dest, nskb->len) < 0) in nf_send_reset6()
|
D | nf_log_ipv6.c | 304 eth_hdr(skb)->h_source, eth_hdr(skb)->h_dest, in dump_ipv6_mac_header()
|
/linux-4.4.14/net/hsr/ |
D | hsr_framereg.c | 174 if (ether_addr_equal(node->MacAddressA, ethhdr->h_source)) in hsr_get_node() 176 if (ether_addr_equal(node->MacAddressB, ethhdr->h_source)) in hsr_get_node() 193 return hsr_add_node(node_db, ethhdr->h_source, seq_out); in hsr_get_node() 211 if (ether_addr_equal(eth_hdr(skb)->h_source, hsr_sp->MacAddressA)) in hsr_handle_sup_frame() 228 ether_addr_copy(node_real->MacAddressB, eth_hdr(skb)->h_source); in hsr_handle_sup_frame() 261 memcpy(ð_hdr(skb)->h_source, node->MacAddressA, ETH_ALEN); in hsr_addr_subst_source()
|
D | hsr_slave.c | 34 if (hsr_addr_is_self(port->hsr, eth_hdr(skb)->h_source)) { in hsr_handle_frame()
|
D | hsr_forward.c | 215 ether_addr_copy(eth_hdr(skb)->h_source, port->dev->dev_addr); in hsr_xmit()
|
/linux-4.4.14/net/atm/ |
D | lec.h | 19 unsigned char h_source[ETH_ALEN]; member 28 unsigned char h_source[ETH_ALEN]; member
|
D | lec.c | 645 src = ((struct lecdatahdr_8023 *)skb->data)->h_source; in lec_push() 2259 unsigned char *src = hdr->h_source; in lec_arp_check_empties()
|
/linux-4.4.14/net/batman-adv/ |
D | bridge_loop_avoidance.c | 318 ether_addr_copy(ethhdr->h_source, mac); in batadv_bla_send_claim() 339 ethhdr->h_source, BATADV_PRINT_VID(vid)); in batadv_bla_send_claim() 350 ethhdr->h_source, ethhdr->h_dest, in batadv_bla_send_claim() 722 BATADV_PRINT_VID(vid), ethhdr->h_source); in batadv_handle_request() 824 backbone_addr = ethhdr->h_source; in batadv_check_claim_group() 959 ethhdr->h_source, BATADV_PRINT_VID(vid), hw_src, in batadv_bla_process_claim() 972 ethhdr->h_source, vid)) in batadv_bla_process_claim() 977 ethhdr->h_source, hw_src, vid)) in batadv_bla_process_claim() 982 if (batadv_handle_announce(bat_priv, hw_src, ethhdr->h_source, in batadv_bla_process_claim() 995 ethhdr->h_source, BATADV_PRINT_VID(vid), hw_src, hw_dst); in batadv_bla_process_claim() [all …]
|
D | bat_iv_ogm.c | 835 ether_addr_copy(batadv_ogm_packet->prev_sender, ethhdr->h_source); in batadv_iv_ogm_forward() 997 if (batadv_compare_eth(neigh_addr, ethhdr->h_source) && in batadv_iv_ogm_orig_update() 1029 orig_tmp = batadv_iv_ogm_orig_get(bat_priv, ethhdr->h_source); in batadv_iv_ogm_orig_update() 1034 ethhdr->h_source, in batadv_iv_ogm_orig_update() 1329 if (batadv_compare_eth(neigh_addr, ethhdr->h_source) && in batadv_iv_ogm_update_seqnos() 1410 if (batadv_compare_eth(ethhdr->h_source, ogm_packet->orig)) in batadv_iv_ogm_process_per_outif() 1416 ethhdr->h_source); in batadv_iv_ogm_process_per_outif() 1434 (batadv_compare_eth(router->addr, ethhdr->h_source))) in batadv_iv_ogm_process_per_outif() 1445 ethhdr->h_source); in batadv_iv_ogm_process_per_outif() 1459 ethhdr->h_source); in batadv_iv_ogm_process_per_outif() [all …]
|
D | routing.c | 191 if (is_broadcast_ether_addr(ethhdr->h_source)) in batadv_check_management_packet() 342 if (is_broadcast_ether_addr(ethhdr->h_source)) in batadv_recv_icmp_packet() 431 if (is_broadcast_ether_addr(ethhdr->h_source)) in batadv_check_unicast_packet() 594 ethhdr->h_source, unicast_packet->dest); in batadv_route_unicast_packet() 1044 if (is_broadcast_ether_addr(ethhdr->h_source)) in batadv_recv_bcast_packet() 1048 if (batadv_is_my_mac(bat_priv, ethhdr->h_source)) in batadv_recv_bcast_packet()
|
D | soft-interface.c | 237 if (!is_multicast_ether_addr(ethhdr->h_source)) { in batadv_interface_tx() 238 client_added = batadv_tt_local_add(soft_iface, ethhdr->h_source, in batadv_interface_tx() 455 ethhdr->h_source, vid); in batadv_interface_rx() 462 batadv_tt_global_is_isolated(bat_priv, ethhdr->h_source, in batadv_interface_rx() 470 } else if (batadv_is_ap_isolated(bat_priv, ethhdr->h_source, in batadv_interface_rx()
|
D | network-coding.c | 1097 second_source = ethhdr->h_source; in batadv_nc_code_packets() 1106 first_source = ethhdr->h_source; in batadv_nc_code_packets() 1376 ether_addr_copy(ethhdr->h_source, ethhdr->h_dest); in batadv_nc_skb_store_before_coding() 1419 ethhdr->h_source, nc_node); in batadv_nc_skb_dst_search() 1520 ethhdr->h_source, in batadv_nc_skb_forward() 1569 ethhdr->h_source, in batadv_nc_skb_store_for_decoding() 1741 dest = ethhdr->h_source; in batadv_nc_find_decoding_packet()
|
D | send.c | 81 ether_addr_copy(ethhdr->h_source, hard_iface->net_dev->dev_addr); in batadv_send_skb_packet() 353 src = ethhdr->h_source; in batadv_send_skb_via_tt_generic()
|
D | multicast.c | 431 return batadv_transtable_search(bat_priv, ethhdr->h_source, in batadv_mcast_forw_tt_node_get()
|
D | gateway_client.c | 801 orig_dst_node = batadv_transtable_search(bat_priv, ethhdr->h_source, in batadv_gw_out_of_range()
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | core.c | 55 if (ether_addr_equal(dst, s->eh.h_source)) in __bnep_get_session() 389 memcpy(__skb_put(nskb, ETH_ALEN + 2), s->eh.h_source, in bnep_rx_frame() 440 if (compress_src && ether_addr_equal(eh->h_dest, s->eh.h_source)) in bnep_tx_frame() 443 if (compress_dst && ether_addr_equal(eh->h_source, s->eh.h_dest)) in bnep_tx_frame() 452 iv[il++] = (struct kvec) { eh->h_source, ETH_ALEN }; in bnep_tx_frame() 599 memcpy(s->eh.h_source, &dst, ETH_ALEN); in bnep_add_connection() 679 memcpy(ci->dst, s->eh.h_source, ETH_ALEN); in __bnep_copy_ci()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 1069 if (!is_broadcast_ether_addr(mask->h_source)) { in gfar_set_ether() 1070 if (is_zero_ether_addr(mask->h_source)) { in gfar_set_ether() 1074 upper_temp_mask = mask->h_source[0] << 16 | in gfar_set_ether() 1075 mask->h_source[1] << 8 | in gfar_set_ether() 1076 mask->h_source[2]; in gfar_set_ether() 1077 lower_temp_mask = mask->h_source[3] << 16 | in gfar_set_ether() 1078 mask->h_source[4] << 8 | in gfar_set_ether() 1079 mask->h_source[5]; in gfar_set_ether() 1082 gfar_set_attribute(value->h_source[0] << 16 | in gfar_set_ether() 1083 value->h_source[1] << 8 | in gfar_set_ether() [all …]
|
/linux-4.4.14/net/bridge/ |
D | br_input.c | 149 br_fdb_update(br, p, eth_hdr(skb)->h_source, vid, false); in br_handle_frame_finish() 224 br_fdb_update(p->br, p, eth_hdr(skb)->h_source, vid, false); in br_handle_local_finish() 242 if (!is_valid_ether_addr(eth_hdr(skb)->h_source)) in br_handle_frame()
|
D | br_stp_bpdu.c | 235 eth_hdr(skb)->h_source, in br_stp_rcv()
|
D | br_multicast.c | 381 ether_addr_copy(eth->h_source, br->dev->dev_addr); in br_ip4_multicast_alloc_query() 451 ether_addr_copy(eth->h_source, br->dev->dev_addr); in br_ip6_multicast_alloc_query()
|
/linux-4.4.14/net/ethernet/ |
D | eth.c | 96 memcpy(eth->h_source, saddr, ETH_ALEN); in eth_header() 211 memcpy(haddr, eth->h_source, ETH_ALEN); in eth_header_parse() 236 memcpy(eth->h_source, dev->dev_addr, ETH_ALEN); in eth_header_cache()
|
/linux-4.4.14/net/netfilter/ |
D | xt_mac.c | 39 ret = ether_addr_equal(eth_hdr(skb)->h_source, info->srcaddr); in mac_mt()
|
D | xt_AUDIT.c | 144 eth_hdr(skb)->h_source, eth_hdr(skb)->h_dest, in audit_tg()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | rx.c | 124 memcpy(p_ethhdr->h_source, p_rx_pkt->eth803_hdr.src_addr, in lbs_process_rxed_packet() 125 sizeof(p_ethhdr->h_source)); in lbs_process_rxed_packet()
|
/linux-4.4.14/include/uapi/linux/ |
D | if_ether.h | 140 unsigned char h_source[ETH_ALEN]; /* source ether addr */ member
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebt_snat.c | 27 ether_addr_copy(eth_hdr(skb)->h_source, info->mac); in ebt_snat_tg()
|
D | nft_reject_bridge.c | 34 ether_addr_copy(eth->h_source, eth_hdr(oldskb)->h_dest); in nft_reject_br_push_etherhdr() 35 ether_addr_copy(eth->h_dest, eth_hdr(oldskb)->h_source); in nft_reject_br_push_etherhdr()
|
D | ebt_among.c | 143 smac = eth_hdr(skb)->h_source; in ebt_among_mt()
|
D | ebt_log.c | 90 eth_hdr(skb)->h_source, eth_hdr(skb)->h_dest, in ebt_log_packet()
|
D | ebtables.c | 163 verdict |= (h->h_source[i] ^ e->sourcemac[i]) & in ebt_basic_match()
|
/linux-4.4.14/drivers/net/usb/ |
D | lg-vl600.c | 197 memcpy(ethhdr->h_source, in vl600_rx_fixup() 204 eth_zero_addr(ethhdr->h_source); in vl600_rx_fixup()
|
D | cdc_mbim.c | 397 eth_zero_addr(eth_hdr(skb)->h_source); in cdc_mbim_process_dgram()
|
D | qmi_wwan.c | 111 eth_zero_addr(eth_hdr(skb)->h_source); in qmi_wwan_rx_fixup()
|
/linux-4.4.14/drivers/net/ipvlan/ |
D | ipvlan_core.c | 211 hlocal = ether_addr_equal(ethh->h_source, port->dev->dev_addr); in ipvlan_process_multicast() 506 if (ether_addr_equal(eth->h_dest, eth->h_source)) { in ipvlan_xmit_mode_l2() 566 if (ether_addr_equal(eth->h_source, skb->dev->dev_addr)) { in ipvlan_external_frame()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ethtool.c | 851 ether_addr_copy(mac_entry->h_source, spec.rem_mac); in efx_ethtool_get_class_rule() 852 eth_broadcast_addr(mac_mask->h_source); in efx_ethtool_get_class_rule() 1026 if (!is_zero_ether_addr(mac_mask->h_source)) { in efx_ethtool_set_class_rule() 1027 if (!is_broadcast_ether_addr(mac_mask->h_source)) in efx_ethtool_set_class_rule() 1030 ether_addr_copy(spec.rem_mac, mac_entry->h_source); in efx_ethtool_set_class_rule()
|
D | selftest.c | 378 ether_addr_copy((u8 *)&payload->header.h_source, payload_source); in efx_iterate_state()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_selftest.c | 69 eth_zero_addr(ethh->h_source); in mlx4_en_test_loopback_xmit()
|
D | en_rx.c | 820 mac_hash = ethh->h_source[MLX4_EN_MAC_HASH_IDX]; in mlx4_en_process_rx_cq() 825 ethh->h_source)) { in mlx4_en_process_rx_cq()
|
D | en_ethtool.c | 1265 if (!is_zero_ether_addr(eth_mask->h_source)) in mlx4_en_validate_flow()
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_hash_mac.c | 95 ether_addr_copy(e.ether, eth_hdr(skb)->h_source); in hash_mac4_kadt()
|
D | ip_set_bitmap_ipmac.c | 235 memcpy(e.ether, eth_hdr(skb)->h_source, ETH_ALEN); in bitmap_ipmac_kadt()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | netdev.c | 445 memcpy(eth_hdr->h_source, i2400m->src_mac_addr, in i2400m_rx_fake_eth_header() 446 sizeof(eth_hdr->h_source)); in i2400m_rx_fake_eth_header()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_reject_ipv4.c | 155 oeth->h_source, oeth->h_dest, nskb->len) < 0) in nf_send_reset()
|
D | nf_log_ipv4.c | 291 eth_hdr(skb)->h_source, eth_hdr(skb)->h_dest, in dump_ipv4_mac_header()
|
/linux-4.4.14/net/decnet/ |
D | dn_neigh.c | 406 memcpy(neigh->ha, ð_hdr(skb)->h_source, ETH_ALEN); in dn_neigh_router_hello() 465 memcpy(neigh->ha, ð_hdr(skb)->h_source, ETH_ALEN); in dn_neigh_endnode_hello()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 406 memcpy(sol->eth.h_source, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_solicit() 562 memcpy(kal->eth.h_source, sa, ETH_ALEN); in fcoe_ctlr_send_keep_alive() 644 memcpy(cap->eth.h_source, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_encaps() 1877 sa = eth_hdr(&fp->skb)->h_source; in fcoe_ctlr_recv_flogi() 2023 hton24(frame->eth.h_source, FIP_VN_FC_MAP); in fcoe_ctlr_vn_send() 2024 hton24(frame->eth.h_source + 3, fip->port_id); in fcoe_ctlr_vn_send() 2026 memcpy(frame->eth.h_source, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_vn_send()
|
D | fcoe.c | 1465 !ether_addr_equal(eh->h_source, ctlr->dest_addr)) { in fcoe_rcv() 1467 eh->h_source); in fcoe_rcv() 1685 memcpy(eh->h_source, ctlr->ctl_src_addr, ETH_ALEN); in fcoe_xmit() 1687 memcpy(eh->h_source, port->data_src_addr, ETH_ALEN); in fcoe_xmit()
|
/linux-4.4.14/include/net/ |
D | llc_pdu.h | 254 memcpy(sa, eth_hdr(skb)->h_source, ETH_ALEN); in llc_pdu_decode_sa()
|
/linux-4.4.14/include/linux/ |
D | if_vlan.h | 53 unsigned char h_source[ETH_ALEN]; member
|
/linux-4.4.14/drivers/net/hamradio/ |
D | bpqether.c | 210 !ether_addr_equal(eth->h_source, bpq->acpt_addr)) in bpq_rcv()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | p80211conv.c | 500 orinoco_spy_gather(wlandev, eth_hdr(skb)->h_source, in skb_p80211_to_ether()
|
/linux-4.4.14/drivers/net/ |
D | macvlan.c | 420 macvlan_forward_source(skb, port, eth->h_source); in macvlan_handle_frame() 421 src = macvlan_hash_lookup(port, eth->h_source); in macvlan_handle_frame() 438 macvlan_forward_source(skb, port, eth->h_source); in macvlan_handle_frame()
|
D | vxlan.c | 1177 if (ether_addr_equal(eth_hdr(skb)->h_source, vxlan->dev->dev_addr)) in vxlan_rcv() 1199 vxlan_snoop(skb->dev, &saddr, eth_hdr(skb)->h_source)) in vxlan_rcv() 1462 daddr = eth_hdr(request)->h_source; in vxlan_na_create() 1473 ether_addr_copy(eth_hdr(reply)->h_source, n->ha); in vxlan_na_create() 1652 memcpy(eth_hdr(skb)->h_source, eth_hdr(skb)->h_dest, in route_shortcircuit() 1901 vxlan_snoop(skb->dev, &loopback, eth_hdr(skb)->h_source); in vxlan_encap_bypass()
|
D | geneve.c | 233 if (ether_addr_equal(eth_hdr(skb)->h_source, geneve->dev->dev_addr)) in geneve_rx()
|
/linux-4.4.14/drivers/net/ppp/ |
D | pppoe.c | 450 po = get_item(pn, ph->sid, eth_hdr(skb)->h_source, dev->ifindex); in pppoe_rcv() 504 po = get_item(pn, ph->sid, eth_hdr(skb)->h_source, dev->ifindex); in pppoe_disc_rcv()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 206 memcpy(&src_addr, phdr->h_source, ETH_ALEN); in qlcnic_add_lb_filter() 317 if (ether_addr_equal(phdr->h_source, adapter->mac_addr)) in qlcnic_send_filter() 329 memcpy(&src_addr, phdr->h_source, ETH_ALEN); in qlcnic_send_filter() 669 if (!ether_addr_equal(phdr->h_source, adapter->mac_addr)) in qlcnic_xmit_frame()
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | main.c | 427 eh->h_dest, eh->h_source, 0 /* priority */, in orinoco_process_xmit_skb() 1056 memcpy(hdr->h_source, desc->addr3, ETH_ALEN); in orinoco_rx() 1058 memcpy(hdr->h_source, desc->addr2, ETH_ALEN); in orinoco_rx()
|
/linux-4.4.14/net/openvswitch/ |
D | actions.c | 276 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, in set_eth_addr() 283 ether_addr_copy(flow_key->eth.src, eth_hdr(skb)->h_source); in set_eth_addr()
|
D | flow.c | 475 ether_addr_copy(key->eth.src, eth->h_source); in key_extract()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | sunlance.c | 892 sbus_writeb(dev->dev_addr[i], ð->h_source[i]); in build_fake_packet() 904 eth->h_source[i] = dev->dev_addr[i]; in build_fake_packet()
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | fnic_fcs.c | 356 memcpy(vlan->eth.h_source, fip->ctl_src_addr, ETH_ALEN); in fnic_fcoe_send_vlan_req() 1084 memcpy(eth_hdr->h_source, fnic->data_src_addr, ETH_ALEN); in fnic_send_frame()
|
/linux-4.4.14/net/wireless/ |
D | util.c | 523 memcpy(ehdr->h_source, src, ETH_ALEN); in ieee80211_data_to_8023() 680 memcpy(src, eth->h_source, ETH_ALEN); in ieee80211_amsdu_to_8023s()
|
/linux-4.4.14/net/core/ |
D | netpoll.c | 472 ether_addr_copy(eth->h_source, np->dev->dev_addr); in netpoll_send_udp()
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 361 memcpy(eh->h_source, ctlr->ctl_src_addr, ETH_ALEN); in bnx2fc_xmit() 363 memcpy(eh->h_source, port->data_src_addr, ETH_ALEN); in bnx2fc_xmit() 518 mac = eth_hdr(skb)->h_source; in bnx2fc_recv_frame()
|
/linux-4.4.14/drivers/net/wireless/ |
D | ray_cs.c | 1009 ((struct ethhdr *)data)->h_source, ADDRLEN); in ray_build_header() 1015 ((struct ethhdr *)data)->h_source, ADDRLEN); in ray_build_header() 2355 memcpy(peth->h_source, srcaddr, ADDRLEN); in untranslate()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | txrx.c | 1428 conn = ath6kl_find_sta(vif, datap->h_source); in ath6kl_rx() 1607 conn = ath6kl_find_sta(vif, datap->h_source); in ath6kl_rx()
|
D | wmi.c | 426 memcpy(eth_hdr.h_source, wh.addr2, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove() 430 memcpy(eth_hdr.h_source, wh.addr2, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove() 434 memcpy(eth_hdr.h_source, wh.addr3, ETH_ALEN); in ath6kl_wmi_dot11_hdr_remove()
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_3ad.c | 790 ether_addr_copy(lacpdu_header->hdr.h_source, slave->perm_hwaddr); in ad_lacpdu_send() 832 ether_addr_copy(marker_header->hdr.h_source, slave->perm_hwaddr); in ad_marker_send()
|
D | bond_alb.c | 1305 ether_addr_copy(eth_data->h_source, in bond_do_alb_xmit()
|
D | bond_main.c | 3096 return ep->h_dest[5] ^ ep->h_source[5] ^ ep->h_proto; in bond_eth_hash()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | d3.c | 413 memcpy(pkt->eth.h_source, vif->addr, ETH_ALEN); in iwl_mvm_build_tcp_packet() 427 memcpy(pkt->eth.h_source, tcp->dst_mac, ETH_ALEN); in iwl_mvm_build_tcp_packet()
|
/linux-4.4.14/drivers/net/plip/ |
D | plip.c | 1005 memcpy(eth->h_source, dev->dev_addr, ETH_ALEN); in plip_rewrite_address()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_xmit.c | 218 memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); in r8712_update_attrib()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_net.c | 712 eth_zero_addr(ethh->h_source); in dvb_net_ule()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | wmi.c | 556 ether_addr_copy(eth->h_source, evt->src_mac); in wmi_evt_eapol_rx()
|
D | txrx.c | 1009 char *src = eth->h_source; in wil_find_tx_bcast_2()
|
/linux-4.4.14/drivers/net/phy/ |
D | dp83640.c | 573 !memcmp(h->h_source, status_frame_src, sizeof(status_frame_src))) in is_status_frame()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | msgbuf.c | 669 memcpy(create->sa, eh->h_source, ETH_ALEN); in brcmf_msgbuf_flowring_create()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-drv.c | 2166 netdev_dbg(netdev, "Src MAC addr: %pM\n", eth->h_source); in xgbe_print_pkt()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 1196 ether_addr_copy(sa, eth->h_source); in ath10k_htt_rx_h_undecap_eth()
|
D | mac.c | 3255 ether_addr_copy(eth->h_source, sa); in ath10k_tx_h_8023()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 450 memcpy(pattrib->src, ðerhdr.h_source, ETH_ALEN); in update_attrib()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_xmit.c | 430 ether_addr_copy(pattrib->src, ehdr->h_source); in update_attrib()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 4021 eth->h_source); in bnx2x_start_xmit() 4041 eth->h_source); in bnx2x_start_xmit()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 967 eth_hdr(skb)->h_source)) { in ixgbevf_clean_rx_irq()
|
/linux-4.4.14/net/mac80211/ |
D | tx.c | 2762 memcpy(skb->data + fast_tx->sa_offs, eth.h_source, ETH_ALEN); in ieee80211_xmit_fast()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_cm.c | 472 memcpy(ethh->h_source, cm_node->loc_mac, ETH_ALEN); in form_cm_frame()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 5372 memcpy(new_fltr->src_mac_addr, eth->h_source, ETH_ALEN); in bnxt_rx_flow_steer()
|