sys/net/toeplitz.c
148
stoeplitz_cache_init(struct stoeplitz_cache *scache, stoeplitz_key skey)
sys/net/toeplitz.c
173
stoeplitz_hash_ip4(const struct stoeplitz_cache *scache,
sys/net/toeplitz.c
180
stoeplitz_hash_ip4port(const struct stoeplitz_cache *scache,
sys/net/toeplitz.c
188
stoeplitz_hash_ip6(const struct stoeplitz_cache *scache,
sys/net/toeplitz.c
201
stoeplitz_hash_ip6port(const struct stoeplitz_cache *scache,
sys/net/toeplitz.c
95
static struct stoeplitz_cache stoeplitz_syskey_cache;
sys/net/toeplitz.c
96
const struct stoeplitz_cache *const
sys/net/toeplitz.c
97
stoeplitz_cache = &stoeplitz_syskey_cache;
sys/net/toeplitz.h
105
extern const struct stoeplitz_cache *const stoeplitz_cache;
sys/net/toeplitz.h
108
stoeplitz_cache_n16(stoeplitz_cache, (_n16))
sys/net/toeplitz.h
110
stoeplitz_cache_h16(stoeplitz_cache, (_h16))
sys/net/toeplitz.h
113
stoeplitz_hash_ip4(stoeplitz_cache, (_sa4), (_da4))
sys/net/toeplitz.h
115
stoeplitz_hash_ip4port(stoeplitz_cache, (_sa4), (_da4), (_sp), (_dp))
sys/net/toeplitz.h
118
stoeplitz_hash_ip6(stoeplitz_cache, (_sa6), (_da6))
sys/net/toeplitz.h
120
stoeplitz_hash_ip6port(stoeplitz_cache, (_sa6), (_da6), (_sp), (_dp))
sys/net/toeplitz.h
39
stoeplitz_cache_entry(const struct stoeplitz_cache *scache, uint8_t byte)
sys/net/toeplitz.h
44
void stoeplitz_cache_init(struct stoeplitz_cache *, stoeplitz_key);
sys/net/toeplitz.h
46
uint16_t stoeplitz_hash_ip4(const struct stoeplitz_cache *,
sys/net/toeplitz.h
48
uint16_t stoeplitz_hash_ip4port(const struct stoeplitz_cache *,
sys/net/toeplitz.h
53
uint16_t stoeplitz_hash_ip6(const struct stoeplitz_cache *,
sys/net/toeplitz.h
55
uint16_t stoeplitz_hash_ip6port(const struct stoeplitz_cache *,
sys/net/toeplitz.h
62
stoeplitz_hash_n16(const struct stoeplitz_cache *scache, uint16_t n16)
sys/net/toeplitz.h
74
stoeplitz_hash_n32(const struct stoeplitz_cache *scache, uint32_t n32)
sys/net/toeplitz.h
81
stoeplitz_hash_h16(const struct stoeplitz_cache *scache, uint16_t h16)