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,
|