Symbol: stoeplitz_cache
sys/net/toeplitz.c
119
stoeplitz_cache_init(struct stoeplitz_cache *scache, stoeplitz_key skey)
sys/net/toeplitz.c
144
stoeplitz_hash_ip4(const struct stoeplitz_cache *scache,
sys/net/toeplitz.c
151
stoeplitz_hash_ip4port(const struct stoeplitz_cache *scache,
sys/net/toeplitz.c
159
stoeplitz_hash_ip6(const struct stoeplitz_cache *scache,
sys/net/toeplitz.c
172
stoeplitz_hash_ip6port(const struct stoeplitz_cache *scache,
sys/net/toeplitz.c
189
stoeplitz_hash_eaddr(const struct stoeplitz_cache *scache,
sys/net/toeplitz.c
66
static struct stoeplitz_cache stoeplitz_syskey_cache;
sys/net/toeplitz.c
67
const struct stoeplitz_cache *const
sys/net/toeplitz.c
68
stoeplitz_cache = &stoeplitz_syskey_cache;
sys/net/toeplitz.h
101
stoeplitz_hash_h64(const struct stoeplitz_cache *scache, uint64_t h64)
sys/net/toeplitz.h
117
extern const struct stoeplitz_cache *const stoeplitz_cache;
sys/net/toeplitz.h
120
stoeplitz_hash_n16(stoeplitz_cache, (_n16))
sys/net/toeplitz.h
122
stoeplitz_hash_n32(stoeplitz_cache, (_n32))
sys/net/toeplitz.h
124
stoeplitz_hash_h16(stoeplitz_cache, (_h16))
sys/net/toeplitz.h
126
stoeplitz_hash_h32(stoeplitz_cache, (_h32))
sys/net/toeplitz.h
128
stoeplitz_hash_h64(stoeplitz_cache, (_h64))
sys/net/toeplitz.h
131
stoeplitz_hash_ip4(stoeplitz_cache, (_sa4), (_da4))
sys/net/toeplitz.h
133
stoeplitz_hash_ip4port(stoeplitz_cache, (_sa4), (_da4), (_sp), (_dp))
sys/net/toeplitz.h
136
stoeplitz_hash_ip6(stoeplitz_cache, (_sa6), (_da6))
sys/net/toeplitz.h
138
stoeplitz_hash_ip6port(stoeplitz_cache, (_sa6), (_da6), (_sp), (_dp))
sys/net/toeplitz.h
141
stoeplitz_hash_eaddr(stoeplitz_cache, (_ea))
sys/net/toeplitz.h
35
stoeplitz_cache_entry(const struct stoeplitz_cache *scache, uint8_t byte)
sys/net/toeplitz.h
40
void stoeplitz_cache_init(struct stoeplitz_cache *, stoeplitz_key);
sys/net/toeplitz.h
42
uint16_t stoeplitz_hash_ip4(const struct stoeplitz_cache *,
sys/net/toeplitz.h
44
uint16_t stoeplitz_hash_ip4port(const struct stoeplitz_cache *,
sys/net/toeplitz.h
49
uint16_t stoeplitz_hash_ip6(const struct stoeplitz_cache *,
sys/net/toeplitz.h
51
uint16_t stoeplitz_hash_ip6port(const struct stoeplitz_cache *,
sys/net/toeplitz.h
56
uint16_t stoeplitz_hash_eaddr(const struct stoeplitz_cache *,
sys/net/toeplitz.h
61
stoeplitz_hash_n16(const struct stoeplitz_cache *scache, uint16_t n16)
sys/net/toeplitz.h
73
stoeplitz_hash_n32(const struct stoeplitz_cache *scache, uint32_t n32)
sys/net/toeplitz.h
80
stoeplitz_hash_h16(const struct stoeplitz_cache *scache, uint16_t h16)
sys/net/toeplitz.h
95
stoeplitz_hash_h32(const struct stoeplitz_cache *scache, uint32_t h32)