Home
last modified time | relevance | path

Searched refs:byte_cache (Results 1 – 1 of 1) sorted by relevance

/freebsd/tools/tools/netmap/
H A Dpkt_hash.c85 build_byte_cache(uint32_t byte_cache[256][4]) in build_byte_cache()
96 byte_cache[j][i] = 0; in build_byte_cache()
99 byte_cache[j][i] ^= key_cache[8 * i + k]; in build_byte_cache()
116 static uint32_t byte_cache[256][4]; in sym_hash_fn() local
123 build_byte_cache(byte_cache); in sym_hash_fn()
127 rc = byte_cache[sip_b[3]][0] ^ in sym_hash_fn()
128 byte_cache[sip_b[2]][1] ^ in sym_hash_fn()
129 byte_cache[sip_b[1]][2] ^ in sym_hash_fn()
130 byte_cache[sip_b[0]][3] ^ in sym_hash_fn()
131 byte_cache[dip_b[3]][0] ^ in sym_hash_fn()
[all …]