Searched defs:dst_mac (Results 1 - 2 of 2) sorted by relevance

/net/atm/
H A Dlec.c70 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force,
1093 * If dst_mac == NULL, targetless LE_ARP will be sent
1095 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force, argument
1106 table = lec_arp_find(priv, dst_mac);
1121 retval = send_to_lecd(priv, l_arp_xmt, dst_mac, NULL, NULL);
1129 retval = send_to_lecd(priv, l_arp_xmt, dst_mac, NULL, skb);
/net/core/
H A Dpktgen.c338 unsigned char dst_mac[ETH_ALEN]; member in struct:pktgen_dev
574 seq_printf(seq, "dst_mac: ");
575 seq_printf(seq, "%pM\n", pkt_dev->dst_mac);
1413 if (!strcmp(name, "dst_mac")) {
1422 if (!mac_pton(valstr, pkt_dev->dst_mac))
1425 memcpy(&pkt_dev->hh[0], pkt_dev->dst_mac, ETH_ALEN);
1427 sprintf(pg_result, "OK: dstmac %pM", pkt_dev->dst_mac);
2037 memcpy(&(pkt_dev->hh[0]), pkt_dev->dst_mac, ETH_ALEN);
2317 tmp = pkt_dev->dst_mac[5] + (mc & 0xFF);
2319 tmp = (pkt_dev->dst_mac[
[all...]

Completed in 226 milliseconds