Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dtoeplitz.h30 struct stoeplitz_cache { struct
42 uint16_t stoeplitz_hash_ip4(const struct stoeplitz_cache *,
117 extern const struct stoeplitz_cache *const stoeplitz_cache;
120 stoeplitz_hash_n16(stoeplitz_cache, (_n16))
122 stoeplitz_hash_n32(stoeplitz_cache, (_n32))
124 stoeplitz_hash_h16(stoeplitz_cache, (_h16))
126 stoeplitz_hash_h32(stoeplitz_cache, (_h32))
128 stoeplitz_hash_h64(stoeplitz_cache, (_h64))
131 stoeplitz_hash_ip4(stoeplitz_cache, (_sa4), (_da4))
136 stoeplitz_hash_ip6(stoeplitz_cache, (_sa6), (_da6))
[all …]
H A Dtoeplitz.c68 static struct stoeplitz_cache stoeplitz_syskey_cache;
69 const struct stoeplitz_cache *const
70 stoeplitz_cache = &stoeplitz_syskey_cache; variable
121 stoeplitz_cache_init(struct stoeplitz_cache *scache, stoeplitz_key skey) in stoeplitz_cache_init()
146 stoeplitz_hash_ip4(const struct stoeplitz_cache *scache, in stoeplitz_hash_ip4()
153 stoeplitz_hash_ip4port(const struct stoeplitz_cache *scache, in stoeplitz_hash_ip4port()
161 stoeplitz_hash_ip6(const struct stoeplitz_cache *scache, in stoeplitz_hash_ip6()
174 stoeplitz_hash_ip6port(const struct stoeplitz_cache *scache, in stoeplitz_hash_ip6port()
191 stoeplitz_hash_eaddr(const struct stoeplitz_cache *scache, in stoeplitz_hash_eaddr()