Lines Matching refs:dst_mac
368 unsigned char dst_mac[ETH_ALEN]; member
605 seq_printf(seq, "%pM\n", pkt_dev->dst_mac); in pktgen_if_show()
1436 if (!mac_pton(valstr, pkt_dev->dst_mac)) in pktgen_if_write()
1439 ether_addr_copy(&pkt_dev->hh[0], pkt_dev->dst_mac); in pktgen_if_write()
1441 sprintf(pg_result, "OK: dstmac %pM", pkt_dev->dst_mac); in pktgen_if_write()
2063 ether_addr_copy(&(pkt_dev->hh[0]), pkt_dev->dst_mac); in pktgen_setup_inject()
2349 tmp = pkt_dev->dst_mac[5] + (mc & 0xFF); in mod_cur_headers()
2351 tmp = (pkt_dev->dst_mac[4] + ((mc >> 8) & 0xFF) + (tmp >> 8)); in mod_cur_headers()
2353 tmp = (pkt_dev->dst_mac[3] + ((mc >> 16) & 0xFF) + (tmp >> 8)); in mod_cur_headers()
2355 tmp = (pkt_dev->dst_mac[2] + ((mc >> 24) & 0xFF) + (tmp >> 8)); in mod_cur_headers()
2357 tmp = (pkt_dev->dst_mac[1] + (tmp >> 8)); in mod_cur_headers()