Lines Matching defs:stoeplitz_cache
34 struct stoeplitz_cache {
39 stoeplitz_cache_entry(const struct stoeplitz_cache *scache, uint8_t byte)
44 void stoeplitz_cache_init(struct stoeplitz_cache *, stoeplitz_key);
46 uint16_t stoeplitz_hash_ip4(const struct stoeplitz_cache *,
48 uint16_t stoeplitz_hash_ip4port(const struct stoeplitz_cache *,
53 uint16_t stoeplitz_hash_ip6(const struct stoeplitz_cache *,
55 uint16_t stoeplitz_hash_ip6port(const struct stoeplitz_cache *,
62 stoeplitz_hash_n16(const struct stoeplitz_cache *scache, uint16_t n16)
74 stoeplitz_hash_n32(const struct stoeplitz_cache *scache, uint32_t n32)
81 stoeplitz_hash_h16(const struct stoeplitz_cache *scache, uint16_t h16)
105 extern const struct stoeplitz_cache *const stoeplitz_cache;
108 stoeplitz_cache_n16(stoeplitz_cache, (_n16))
110 stoeplitz_cache_h16(stoeplitz_cache, (_h16))
113 stoeplitz_hash_ip4(stoeplitz_cache, (_sa4), (_da4))
115 stoeplitz_hash_ip4port(stoeplitz_cache, (_sa4), (_da4), (_sp), (_dp))
118 stoeplitz_hash_ip6(stoeplitz_cache, (_sa6), (_da6))
120 stoeplitz_hash_ip6port(stoeplitz_cache, (_sa6), (_da6), (_sp), (_dp))