Lines Matching defs:remote_mac
170 * remote_mac (read-write)
396 eth_broadcast_addr(nt->np.remote_mac);
444 np_info(np, "remote ethernet address %pM\n", np->remote_mac);
490 * | remote_mac
600 return sysfs_emit(buf, "%pM\n", to_target(item)->np.remote_mac);
981 u8 remote_mac[ETH_ALEN];
991 if (!mac_pton(buf, remote_mac))
995 memcpy(nt->np.remote_mac, remote_mac, ETH_ALEN);
1366 CONFIGFS_ATTR(, remote_mac);
1805 ether_addr_copy(eth->h_dest, np->remote_mac);
2285 if (!mac_pton(cur, np->remote_mac))