1ETHER_ADDR_EQUAL_UNA(9) Network device support ETHER_ADDR_EQUAL_UNA(9)
2
3
4
6 ether_addr_equal_unaligned - Compare two not u16 aligned Ethernet
7 addresses
8
10 bool ether_addr_equal_unaligned(const u8 * addr1, const u8 * addr2);
11
13 addr1
14 Pointer to a six-byte array containing the Ethernet address
15
16 addr2
17 Pointer other six-byte array containing the Ethernet address
18
20 Compare two Ethernet addresses, returns true if equal
21
23 Use only when any Ethernet address may not be u16 aligned.
24
26Kernel Hackers Manual 3.10 June 2019 ETHER_ADDR_EQUAL_UNA(9)