HomeSort by: relevance | last modified time | path
    Searched defs:stoeplitz_cache (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/
toeplitz.h 34 struct stoeplitz_cache { struct
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
    [all...]
toeplitz.h 34 struct stoeplitz_cache { struct
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
    [all...]
toeplitz.c 95 static struct stoeplitz_cache stoeplitz_syskey_cache;
96 const struct stoeplitz_cache *const
97 stoeplitz_cache = &stoeplitz_syskey_cache; variable in typeref:typename:const struct stoeplitz_cache * const
148 stoeplitz_cache_init(struct stoeplitz_cache *scache, stoeplitz_key skey)
173 stoeplitz_hash_ip4(const struct stoeplitz_cache *scache,
180 stoeplitz_hash_ip4port(const struct stoeplitz_cache *scache,
188 stoeplitz_hash_ip6(const struct stoeplitz_cache *scache,
201 stoeplitz_hash_ip6port(const struct stoeplitz_cache *scache,
toeplitz.c 95 static struct stoeplitz_cache stoeplitz_syskey_cache;
96 const struct stoeplitz_cache *const
97 stoeplitz_cache = &stoeplitz_syskey_cache; variable in typeref:typename:const struct stoeplitz_cache * const
148 stoeplitz_cache_init(struct stoeplitz_cache *scache, stoeplitz_key skey)
173 stoeplitz_hash_ip4(const struct stoeplitz_cache *scache,
180 stoeplitz_hash_ip4port(const struct stoeplitz_cache *scache,
188 stoeplitz_hash_ip6(const struct stoeplitz_cache *scache,
201 stoeplitz_hash_ip6port(const struct stoeplitz_cache *scache,

Completed in 25 milliseconds