Home
last modified time | relevance | path

Searched refs:ether_addr_copy (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/linux/net/sched/
H A Dact_skbmod.c69 ether_addr_copy(eth_hdr(skb)->h_dest, p->eth_dst); in tcf_skbmod_act()
71 ether_addr_copy(eth_hdr(skb)->h_source, p->eth_src); in tcf_skbmod_act()
76 u16 tmpaddr[ETH_ALEN / 2]; /* ether_addr_copy() requirement */ in tcf_skbmod_act()
78 ether_addr_copy((u8 *)tmpaddr, eth_hdr(skb)->h_dest); in tcf_skbmod_act()
79 ether_addr_copy(eth_hdr(skb)->h_dest, eth_hdr(skb)->h_source); in tcf_skbmod_act()
80 ether_addr_copy(eth_hdr(skb)->h_source, (u8 *)tmpaddr); in tcf_skbmod_act()
203 ether_addr_copy(p->eth_dst, daddr); in tcf_skbmod_init()
205 ether_addr_copy(p->eth_src, saddr); in tcf_skbmod_init()
/linux/drivers/net/ethernet/mscc/
H A Docelot_mrp.c68 ether_addr_copy(filter->key.etype.dmac.value, mrp_test_dmac); in ocelot_mrp_redirect_add_vcap()
69 ether_addr_copy(filter->key.etype.dmac.mask, mrp_test_mask); in ocelot_mrp_redirect_add_vcap()
87 ether_addr_copy(filter->key.etype.dmac.value, mrp_test_dmac); in ocelot_populate_mrp_trap_key()
88 ether_addr_copy(filter->key.etype.dmac.mask, mrp_mask); in ocelot_populate_mrp_trap_key()
/linux/net/dsa/
H A Dtrace.h45 ether_addr_copy(__entry->addr, addr);
104 ether_addr_copy(__entry->addr, addr);
163 ether_addr_copy(__entry->addr, addr);
203 ether_addr_copy(__entry->addr, addr);
231 ether_addr_copy(__entry->addr, addr);
259 ether_addr_copy(__entry->addr, addr);
287 ether_addr_copy(__entry->addr, addr);
314 ether_addr_copy(__entry->addr, addr);
/linux/net/bridge/netfilter/
H A Debt_redirect.c34 ether_addr_copy(eth_hdr(skb)->h_dest, dev->dev_addr); in ebt_redirect_tg()
36 ether_addr_copy(eth_hdr(skb)->h_dest, xt_in(par)->dev_addr);
H A Debt_snat.c28 ether_addr_copy(eth_hdr(skb)->h_source, info->mac); in ebt_snat_tg()
/linux/net/batman-adv/
H A Dbridge_loop_avoidance.c271 ether_addr_copy(search_entry.orig, addr); in batadv_backbone_hash_find()
392 ether_addr_copy(ethhdr->h_source, mac); in batadv_bla_send_claim()
401 ether_addr_copy(hw_src, mac); in batadv_bla_send_claim()
410 ether_addr_copy(hw_src, mac); in batadv_bla_send_claim()
420 ether_addr_copy(hw_src, mac); in batadv_bla_send_claim()
421 ether_addr_copy(ethhdr->h_dest, mac); in batadv_bla_send_claim()
428 ether_addr_copy(ethhdr->h_source, mac); in batadv_bla_send_claim()
522 ether_addr_copy(entry->orig, orig); in batadv_bla_get_backbone_gw()
705 ether_addr_copy(search_claim.addr, mac); in batadv_bla_add_claim()
715 ether_addr_copy(clai in batadv_bla_add_claim()
[all...]
H A Dsend.c87 ether_addr_copy(ethhdr->h_source, hard_iface->net_dev->dev_addr); in batadv_send_skb_packet()
88 ether_addr_copy(ethhdr->h_dest, dst_addr); in batadv_send_skb_packet()
237 ether_addr_copy(unicast_packet->dest, orig_node->orig); in batadv_send_skb_push_fill_unicast()
292 ether_addr_copy(uc_4addr_packet->src, primary_if->net_dev->dev_addr); in batadv_send_skb_prepare_unicast_4addr()
H A Dtp_meter.c652 ether_addr_copy(icmp->dst, orig_node->orig); in batadv_tp_send_msg()
653 ether_addr_copy(icmp->orig, src); in batadv_tp_send_msg()
1106 ether_addr_copy(tp_vars->common.other_end, dst); in batadv_tp_start()
1368 ether_addr_copy(icmp->dst, orig_node->orig); in batadv_tp_ack_unordered()
1369 ether_addr_copy(icmp->orig, primary_if->net_dev->dev_addr); in batadv_tp_ack_unordered()
1543 ether_addr_copy(tp_vars->common.other_end, icmp->orig);
/linux/net/hsr/
H A Dhsr_framereg.c85 ether_addr_copy(sn->macaddress_A, addr_a); in hsr_create_self_node()
86 ether_addr_copy(sn->macaddress_B, addr_b); in hsr_create_self_node()
198 ether_addr_copy(new_node->macaddress_A, addr); in hsr_add_node()
466 ether_addr_copy(node_real->macaddress_B, ethhdr->h_source); in hsr_handle_sup_frame()
559 ether_addr_copy(eth_hdr(skb)->h_dest, node_dst->macaddress_B); in hsr_addr_subst_dest()
797 ether_addr_copy(addr, node->macaddress_A); in hsr_get_next_node()
803 ether_addr_copy(addr, node->macaddress_A); in hsr_get_next_node()
858 ether_addr_copy(addr_b, node->macaddress_B); in hsr_get_node_data()
H A Dhsr_device.c346 ether_addr_copy(hsr_sp->macaddress_A, addr); in send_hsr_supervision_frame()
356 ether_addr_copy(hsr_sp->macaddress_A, hsr->macaddress_redbox); in send_hsr_supervision_frame()
398 ether_addr_copy(hsr_sp->macaddress_A, master->dev->dev_addr); in send_prp_supervision_frame()
763 ether_addr_copy(hsr->sup_multicast_addr, def_multicast_addr); in hsr_dev_finalize()
809 ether_addr_copy(hsr->macaddress_redbox, interlink->dev_addr); in hsr_dev_finalize()
/linux/drivers/net/wireless/silabs/wfx/
H A Dkey.c39 ether_addr_copy(msg->peer_address, peer_addr); in fill_wep_pair()
65 ether_addr_copy(msg->peer_address, peer_addr); in fill_tkip_pair()
94 ether_addr_copy(msg->peer_address, peer_addr); in fill_ccmp_pair()
117 ether_addr_copy(msg->peer_address, peer_addr); in fill_sms4_pair()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_mps.c50 ether_addr_copy(mps_entry->mask, mask ? mask : bitmask); in cxgb4_mps_ref_inc()
51 ether_addr_copy(mps_entry->addr, mac_addr); in cxgb4_mps_ref_inc()
/linux/drivers/scsi/qedf/
H A Dqedf_fip.c36 ether_addr_copy(vlan->eth.h_source, qedf->mac); in qedf_fcoe_send_vlan_req()
37 ether_addr_copy(vlan->eth.h_dest, my_fcoe_all_fcfs); in qedf_fcoe_send_vlan_req()
47 ether_addr_copy(vlan->desc.mac.fd_mac, qedf->mac); in qedf_fcoe_send_vlan_req()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c989 ether_addr_copy(hdr.addr1, vif->addr); in mt76_connac2_reverse_frag0_hdr_trans()
990 ether_addr_copy(hdr.addr2, sta->addr); in mt76_connac2_reverse_frag0_hdr_trans()
994 ether_addr_copy(hdr.addr3, vif->bss_conf.bssid); in mt76_connac2_reverse_frag0_hdr_trans()
997 ether_addr_copy(hdr.addr3, eth_hdr->h_source); in mt76_connac2_reverse_frag0_hdr_trans()
1000 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt76_connac2_reverse_frag0_hdr_trans()
1003 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt76_connac2_reverse_frag0_hdr_trans()
1004 ether_addr_copy(hdr.addr4, eth_hdr->h_source); in mt76_connac2_reverse_frag0_hdr_trans()
1013 ether_addr_copy(skb_push(skb, ETH_ALEN), bridge_tunnel_header); in mt76_connac2_reverse_frag0_hdr_trans()
1015 ether_addr_copy(skb_push(skb, ETH_ALEN), rfc1042_header); in mt76_connac2_reverse_frag0_hdr_trans()
H A Dscan.c60 ether_addr_copy(hdr->addr1, req->bssid); in mt76_scan_send_probe()
61 ether_addr_copy(hdr->addr3, req->bssid); in mt76_scan_send_probe()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dlink.c77 ether_addr_copy(cmd.local_link_addr, link_conf->addr); in iwl_mld_fill_rates()
80 ether_addr_copy(cmd.ibss_bssid_addr, link_conf->bssid); in iwl_mld_fill_rates()
293 ether_addr_copy(cmd.local_link_addr, link->addr); in iwl_mld_change_link_in_fw()
308 ether_addr_copy(cmd.ibss_bssid_addr, link->bssid); in iwl_mld_change_link_in_fw()
386 ether_addr_copy(cmd.ref_bssid_addr, link->transmitter_bssid); in iwl_mld_activate_link()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c321 ether_addr_copy(MLX5E_FTE_ADDR_OF(headers_c, smac_47_16), eth_mask->h_source); in parse_ether()
322 ether_addr_copy(MLX5E_FTE_ADDR_OF(headers_v, smac_47_16), eth_val->h_source); in parse_ether()
323 ether_addr_copy(MLX5E_FTE_ADDR_OF(headers_c, dmac_47_16), eth_mask->h_dest); in parse_ether()
324 ether_addr_copy(MLX5E_FTE_ADDR_OF(headers_v, dmac_47_16), eth_val->h_dest); in parse_ether()
342 ether_addr_copy(MLX5E_FTE_ADDR_OF(headers_c, dmac_47_16), m_dest); in set_dmac()
343 ether_addr_copy(MLX5E_FTE_ADDR_OF(headers_v, dmac_47_16), v_dest); in set_dmac()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dmon.c194 ether_addr_copy(srcadd, &skb->data[10]); in wilc_wfi_mon_xmit()
195 ether_addr_copy(bssid, &skb->data[16]); in wilc_wfi_mon_xmit()
/linux/net/appletalk/
H A Daarp.c
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c199 ether_addr_copy(hdr.addr1, vif->addr); in mt7925_reverse_frag0_hdr_trans()
200 ether_addr_copy(hdr.addr2, sta->addr); in mt7925_reverse_frag0_hdr_trans()
204 ether_addr_copy(hdr.addr3, vif->bss_conf.bssid); in mt7925_reverse_frag0_hdr_trans()
207 ether_addr_copy(hdr.addr3, eth_hdr->h_source); in mt7925_reverse_frag0_hdr_trans()
210 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7925_reverse_frag0_hdr_trans()
213 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7925_reverse_frag0_hdr_trans()
214 ether_addr_copy(hdr.addr4, eth_hdr->h_source); in mt7925_reverse_frag0_hdr_trans()
223 ether_addr_copy(skb_push(skb, ETH_ALEN), bridge_tunnel_header); in mt7925_reverse_frag0_hdr_trans()
225 ether_addr_copy(skb_push(skb, ETH_ALEN), rfc1042_header); in mt7925_reverse_frag0_hdr_trans()
/linux/net/tipc/
H A Deth_media.c66 ether_addr_copy(addr->value, msg); in tipc_eth_raw2addr()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdb.c53 ether_addr_copy(fdb_entry->mac, fdb_info->addr); in lan966x_fdb_add_entry()
279 ether_addr_copy((u8 *)fdb_work->fdb_info.addr, fdb_info->addr); in lan966x_handle_fdb()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c221 ether_addr_copy(list[i].h_u.eth_hdr.dst_addr, in ice_tc_fill_tunnel_outer()
223 ether_addr_copy(list[i].m_u.eth_hdr.dst_addr, in ice_tc_fill_tunnel_outer()
419 ether_addr_copy(list[i].h_u.eth_hdr.dst_addr, in ice_tc_fill_rules()
421 ether_addr_copy(list[i].m_u.eth_hdr.dst_addr, in ice_tc_fill_rules()
425 ether_addr_copy(list[i].h_u.eth_hdr.src_addr, in ice_tc_fill_rules()
427 ether_addr_copy(list[i].m_u.eth_hdr.src_addr, in ice_tc_fill_rules()
1748 ether_addr_copy(headers->l2_key.dst_mac, in ice_parse_cls_flower()
1750 ether_addr_copy(headers->l2_mask.dst_mac, in ice_parse_cls_flower()
1756 ether_addr_copy(headers->l2_key.src_mac, in ice_parse_cls_flower()
1758 ether_addr_copy(headers->l2_mask.src_mac, in ice_parse_cls_flower()
[all …]
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c118 ether_addr_copy(hw->mac.perm_addr, addr); in ixgbevf_reset_hw_vf()
245 ether_addr_copy(mac_addr, hw->mac.perm_addr); in ixgbevf_get_mac_addr_vf()
267 ether_addr_copy(msg_addr, addr); in ixgbevf_set_uc_addr_vf()
445 ether_addr_copy(msg_addr, addr); in ixgbevf_set_rar_vf()
/linux/net/bridge/
H A Dbr_arp_nd_proxy.c312 ether_addr_copy(eth_hdr(reply)->h_dest, daddr); in br_nd_send()
313 ether_addr_copy(eth_hdr(reply)->h_source, n->ha); in br_nd_send()
343 ether_addr_copy(&na->opt[2], n->ha); in br_nd_send()

12345678910>>...14