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

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

Completed in 114 milliseconds