hash_mem
const struct ipa_mem *hash_mem;
hash_mem = ipa_table_mem(ipa, filter, true, ipv6);
hash_offset = hash_mem ? hash_mem->offset : 0;
hash_count = hash_mem && hash_mem->size ? count : 0;
hash_count = hash_mem ? hash_mem->size / sizeof(__le64) : 0;
zero_size = hash_mem->size - hash_size;
hash ^= hash_mem(cp, len, EXPKEY_HASHBITS);
return hash_mem(item->in_handle.data, item->in_handle.len, RSI_HASHBITS)
^ hash_mem(item->in_token.data, item->in_token.len, RSI_HASHBITS);
return hash_mem(rsci->handle.data, rsci->handle.len, RSC_HASHBITS);