HASH
HASH(test_buf, data_len, actual_hash);
HASH(test_buf, len, hash);
HASH(&test_buf[offset], total_len, hash1);
HASH(buf_end - len, len, hash);
HASH(test_buf, len, buf_end - HASH_SIZE);
HASH(&test_buf[offset], len, hash);
HASH(&test_buf[offset], len, ovl_hash);
HASH(&test_buf[offset], len, hash);
HASH(&test_buf[offset], len, hash);
HASH(&test_buf[data_offs1], len, &hash1[hash_offs1]);
HASH(&test_buf[data_offs2], len, &hash2[hash_offs2]);
HASH(&test_buf[i * IRQ_TEST_DATA_LEN], IRQ_TEST_DATA_LEN, actual_hash);
HASH(&test_buf[i * IRQ_TEST_DATA_LEN], IRQ_TEST_DATA_LEN,
HASH(test_buf, TEST_BUF_LEN, state->expected_hash);
HASH(test_buf, TEST_BUF_LEN, hash);
HASH(test_buf, len, hash);
tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])];
head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])];
unsigned int hash = HASH(remote, local);
hash = HASH(&any, local);
hash = HASH(remote, &any);
h = HASH(remote, local);
hash = HASH(&any, local);
hash = HASH(remote, &any);
h = HASH(remote, local);
unsigned int hash = HASH(remote, local);
unsigned int h0 = HASH(remote);
unsigned int h1 = HASH(local);
h ^= HASH(remote);
h ^= HASH(local);
entry->action = HASH;
if (entry->action & HASH)