Searched defs:hash_mac_addr (Results 1 – 2 of 2) sorted by relevance
353 struct hash_mac_addr { struct354 struct list_head list;355 u8 addr[ETH_ALEN];356 unsigned int iface_mac;
354 static inline int hash_mac_addr(const u8 *addr) in hash_mac_addr() function