Searched refs:remote_mac (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ |
D | netconsole.c | 195 eth_broadcast_addr(nt->np.remote_mac); in alloc_param_target() 313 return snprintf(buf, PAGE_SIZE, "%pM\n", to_target(item)->np.remote_mac); in remote_mac_show() 561 u8 remote_mac[ETH_ALEN]; in remote_mac_store() local 570 if (!mac_pton(buf, remote_mac)) in remote_mac_store() 574 memcpy(nt->np.remote_mac, remote_mac, ETH_ALEN); in remote_mac_store() 591 CONFIGFS_ATTR(, remote_mac); 647 eth_broadcast_addr(nt->np.remote_mac); in make_netconsole_target()
|
/linux-4.4.14/include/linux/ |
D | netpoll.h | 31 u8 remote_mac[ETH_ALEN]; member
|
/linux-4.4.14/net/core/ |
D | netpoll.c | 473 ether_addr_copy(eth->h_dest, np->remote_mac); in netpoll_send_udp() 494 np_info(np, "remote ethernet address %pM\n", np->remote_mac); in netpoll_print_options() 586 if (!mac_pton(cur, np->remote_mac)) in netpoll_parse_options()
|
/linux-4.4.14/Documentation/networking/ |
D | netconsole.txt | 119 remote_mac Remote agent's MAC address (read-write) 131 echo cb:a9:87:65:43:21 > remote_mac # update more parameters
|