Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/net/
Dtoeplitz.c170 uint32_t rx_hash_sw; in verify_rxhash() local
183 rx_hash_sw = toeplitz(four_tuple, toeplitz_key); in verify_rxhash()
188 if (rx_hash != rx_hash_sw) { in verify_rxhash()
189 log_verbose(" != expected 0x%x\n", rx_hash_sw); in verify_rxhash()