Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dtoeplitz.c172 uint32_t rx_hash_sw; in verify_rxhash() local
185 rx_hash_sw = toeplitz(four_tuple, toeplitz_key); in verify_rxhash()
190 if (rx_hash != rx_hash_sw) { in verify_rxhash()
191 log_verbose(" != expected 0x%x\n", rx_hash_sw); in verify_rxhash()