Searched refs:fold (Results 1 – 1 of 1) sorted by relevance
355 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) | in ether_addr_equal() local358 return fold == 0; in ether_addr_equal()384 u64 fold = (*(const u64 *)addr1) ^ (*(const u64 *)addr2); in ether_addr_equal_64bits() local387 return (fold >> 16) == 0; in ether_addr_equal_64bits()389 return (fold << 16) == 0; in ether_addr_equal_64bits()571 unsigned long fold; in compare_ether_header() local581 fold = *(unsigned long *)a ^ *(unsigned long *)b; in compare_ether_header()582 fold |= *(unsigned long *)(a + 6) ^ *(unsigned long *)(b + 6); in compare_ether_header()583 return fold; in compare_ether_header()