Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/net/
Dtoeplitz.sh173 ip netns exec server_ns ./toeplitz "${IP_FLAG}" "${PROTO_FLAG}" \
178 ip netns exec server_ns ./toeplitz "${IP_FLAG}" "${PROTO_FLAG}" \
182 ip netns exec server_ns ./toeplitz "${IP_FLAG}" "${PROTO_FLAG}" \
DMakefile46 TEST_GEN_FILES += toeplitz
Dtoeplitz.c104 static inline uint32_t toeplitz(const unsigned char *four_tuple, in toeplitz() function
183 rx_hash_sw = toeplitz(four_tuple, toeplitz_key); in verify_rxhash()