Searched refs:h_source (Results 126 - 150 of 189) sorted by relevance

12345678

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c1427 conn = ath6kl_find_sta(vif, datap->h_source);
1603 conn = ath6kl_find_sta(vif, datap->h_source);
/linux-master/drivers/net/
H A Dvrf.c627 ether_addr_copy(eth->h_source, vrf_dev->dev_addr);
1252 ether_addr_copy(eth->h_source, vrf_dev->dev_addr);
H A Damt.c553 ether_addr_copy(eth->h_source, amt->dev->dev_addr);
848 ether_addr_copy(eth->h_source, amt->dev->dev_addr);
2430 ether_addr_copy(eth->h_source, oeth->h_source);
/linux-master/drivers/scsi/fnic/
H A Dfnic_fcs.c390 memcpy(vlan->eth.h_source, fip->ctl_src_addr, ETH_ALEN);
1110 memcpy(eth_hdr->h_source, fnic->data_src_addr, ETH_ALEN);
/linux-master/net/bridge/
H A Dbr_mrp.c151 ether_addr_copy(eth_hdr->h_source, src);
/linux-master/drivers/net/usb/
H A Dsierra_net.c841 eth_zero_addr(eth_hdr(skb)->h_source);
/linux-master/net/openvswitch/
H A Dflow.c933 ether_addr_copy(key->eth.src, eth->h_source);
/linux-master/net/core/
H A Dnetpoll.c495 ether_addr_copy(eth->h_source, np->dev->dev_addr);
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_xmit.c236 memcpy(pattrib->src, &etherhdr.h_source, ETH_ALEN);
/linux-master/tools/testing/selftests/net/
H A Dcsum.c441 eth_str_to_addr(cfg_mac_src, eth.h_source);
H A Dgro.c239 memcpy(eth->h_source, src_mac, ETH_ALEN);
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.c261 ether_addr_copy(eth->h_source, neigh->egdev->dev_addr);
/linux-master/net/netfilter/
H A Dnft_payload.c322 case offsetof(struct ethhdr, h_source):
H A Dnf_flow_table_ip.c341 tuplehash->tuple.out.h_source, skb->len);
H A Dnf_flow_table_offload.c240 addr = this_tuple->out.h_source;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c207 ether_addr_copy(eth->h_source, dev->dev_addr);
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c2474 ether_addr_copy(fsp->h_u.ether_spec.h_source,
2479 eth_broadcast_addr(fsp->m_u.ether_spec.h_source);
2937 if (is_broadcast_ether_addr(fsp->m_u.ether_spec.h_source)) {
2940 fsp->h_u.ether_spec.h_source);
/linux-master/net/sched/
H A Dact_ife.c854 ether_addr_copy(oethh->h_source, p->eth_src);
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c619 &fs->h_u.ether_spec.h_source,
620 &fs->m_u.ether_spec.h_source,
621 sizeof(fs->h_u.ether_spec.h_source));
1392 VALIDATE_MASK(eth_mask->h_source) ||
/linux-master/net/mac80211/
H A Dtx.c3366 ether_addr_copy(amsdu_hdr->h_source, h_80211_src);
3801 eth.h_dest, eth.h_source);
4421 if (unlikely(ether_addr_equal(eth->h_source, sta->sta.addr)))
6187 memcpy(ehdr->h_source, sdata->vif.addr, ETH_ALEN);
6201 memcpy(ehdr->h_source, link_conf->addr, ETH_ALEN);
6237 memcpy(ehdr->h_source, sdata->vif.addr, ETH_ALEN);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c290 ether_addr_copy(hdr.addr3, eth_hdr->h_source);
297 ether_addr_copy(hdr.addr4, eth_hdr->h_source);
/linux-master/net/atm/
H A Dlec.c636 src = ((struct lecdatahdr_8023 *)skb->data)->h_source;
2211 unsigned char *src = hdr->h_source;
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c163 memcpy(eth_hdr->h_source, xsk->src_mac, ETH_ALEN);
875 ksft_print_msg("%02X", ethhdr->h_source[i]);
/linux-master/drivers/net/bonding/
H A Dbond_3ad.c922 ether_addr_copy(lacpdu_header->hdr.h_source, slave->perm_hwaddr);
975 ether_addr_copy(marker_header->hdr.h_source, slave->perm_hwaddr);
/linux-master/drivers/media/dvb-core/
H A Ddvb_net.c737 eth_zero_addr(h->ethh->h_source);

Completed in 319 milliseconds

12345678