Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dtoeplitz.h61 stoeplitz_hash_n16(const struct stoeplitz_cache *scache, uint16_t n16) in stoeplitz_hash_n16() function
75 return (stoeplitz_hash_n16(scache, n32 ^ (n32 >> 16))); in stoeplitz_hash_n32()
120 stoeplitz_hash_n16(stoeplitz_cache, (_n16))
H A Dtoeplitz.c196 return (stoeplitz_hash_n16(scache, ea16[0] ^ ea16[1] ^ ea16[2])); in stoeplitz_hash_eaddr()