Searched refs:h_source (Results 151 - 175 of 190) sorted by relevance

12345678

/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c782 ether_addr_copy(key.src_mac, eh->h_source);
/linux-master/tools/testing/selftests/net/
H A Dgro.c243 memcpy(eth->h_source, src_mac, ETH_ALEN);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c426 memcpy(eth_hdr.h_source, wh.addr2, ETH_ALEN);
430 memcpy(eth_hdr.h_source, wh.addr3, ETH_ALEN);
436 memcpy(eth_hdr.h_source, wh.addr2, ETH_ALEN);
/linux-master/net/ethtool/
H A Dioctl.c3259 if (!is_zero_ether_addr(ether_m_spec->h_source)) {
3261 ether_spec->h_source);
3263 ether_m_spec->h_source);
/linux-master/drivers/net/bonding/
H A Dbond_main.c4051 return ep->h_dest[5] ^ ep->h_source[5] ^ be16_to_cpu(ep->h_proto);
4102 srcmac_vendor = (srcmac_vendor << 8) | mac_hdr->h_source[i];
4105 srcmac_dev = (srcmac_dev << 8) | mac_hdr->h_source[i];
H A Dbond_alb.c1354 ether_addr_copy(eth_data->h_source,
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c686 memcpy(create->sa, eh->h_source, ETH_ALEN);
/linux-master/drivers/net/phy/
H A Ddp83640.c587 !memcmp(h->h_source, status_frame_src, sizeof(status_frame_src)))
/linux-master/drivers/net/netdevsim/
H A Ddev.c756 eth_random_addr(eth->h_source);
/linux-master/net/ipv6/
H A Dndisc.c1061 eth_hdr(skb)->h_source, &ifp->addr, ifp->idev->dev->name);
/linux-master/drivers/net/usb/
H A Dqmi_wwan.c607 eth_zero_addr(eth_hdr(skb)->h_source);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c1706 ether_addr_copy(remote_mac_addr, ethh->h_source);
1710 eth_type, ethh->h_source);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c245 ether_addr_copy(hdr.addr3, eth_hdr->h_source);
252 ether_addr_copy(hdr.addr4, eth_hdr->h_source);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c4004 eth->h_source);
4024 eth->h_source);
/linux-master/drivers/infiniband/hw/irdma/
H A Dcm.c478 ether_addr_copy(ethh->h_source, cm_node->loc_mac);
511 ether_addr_copy(ethh->h_source, cm_node->loc_mac);
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c1210 ether_addr_copy(eh->h_source, qedf->data_src_addr);
2483 mac = eth_hdr(skb)->h_source;
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c2397 is_zero_ether_addr(mac_mask->h_source)) {
2401 !is_zero_ether_addr(mac_mask->h_source)) {
2403 addr = mac_entry->h_source;
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c637 memcpy(pattrib->src, &etherhdr.h_source, ETH_ALEN);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1664 !is_zero_ether_addr(fs->m_u.ether_spec.h_source) ||
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1387 if (!is_zero_ether_addr(eth_mask->h_source))
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c176 eth_zero_addr(ethh->h_source);
/linux-master/net/bridge/netfilter/
H A Debtables.c166 !ether_addr_equal_masked(h->h_source, e->sourcemac,
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_fdir.c926 ice_pkt_insert_mac_addr(loc + ETH_ALEN, input->eth.h_source);
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c2801 netdev_dbg(netdev, "Src MAC addr: %pM\n", eth->h_source);
/linux-master/drivers/net/ethernet/sfc/
H A Dtc.c1094 * @src_mac: h_source field of ethhdr
1104 u8 src_mac_16:1; /* eth->h_source[0:1] */
1105 u8 src_mac_32:1; /* eth->h_source[2:5] */
1255 BUILD_BUG_ON(offsetof(struct ethhdr, h_source) != 6);

Completed in 532 milliseconds

12345678