HomeSort by: relevance | last modified time | path
    Searched refs:stoeplitz_hash_n32 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
toeplitz.c 176 return (stoeplitz_hash_n32(scache, faddr ^ laddr));
183 return (stoeplitz_hash_n32(scache, faddr ^ laddr ^ fport ^ lport));
197 return (stoeplitz_hash_n32(scache, n32));
213 return (stoeplitz_hash_n32(scache, n32));
toeplitz.h 74 stoeplitz_hash_n32(const struct stoeplitz_cache *scache, uint32_t n32) function in typeref:typename:__unused uint16_t

Completed in 12 milliseconds