Searched refs:maclen (Results 1 – 1 of 1) sorted by relevance
18 int afs_get_MAC_address(u8 *mac, size_t maclen) in afs_get_MAC_address() argument23 BUG_ON(maclen != ETH_ALEN); in afs_get_MAC_address()28 memcpy(mac, dev->dev_addr, maclen); in afs_get_MAC_address()