Searched defs:scache (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/sys/net/ |
H A D | toeplitz.c | 121 stoeplitz_cache_init(struct stoeplitz_cache *scache, stoeplitz_key skey) in stoeplitz_cache_init() 146 stoeplitz_hash_ip4(const struct stoeplitz_cache *scache, in stoeplitz_hash_ip4() 153 stoeplitz_hash_ip4port(const struct stoeplitz_cache *scache, in stoeplitz_hash_ip4port() 161 stoeplitz_hash_ip6(const struct stoeplitz_cache *scache, in stoeplitz_hash_ip6() 174 stoeplitz_hash_ip6port(const struct stoeplitz_cache *scache, in stoeplitz_hash_ip6port() 191 stoeplitz_hash_eaddr(const struct stoeplitz_cache *scache, in stoeplitz_hash_eaddr()
|
H A D | toeplitz.h | 35 stoeplitz_cache_entry(const struct stoeplitz_cache *scache, uint8_t byte) in stoeplitz_cache_entry() 61 stoeplitz_hash_n16(const struct stoeplitz_cache *scache, uint16_t n16) in stoeplitz_hash_n16() 73 stoeplitz_hash_n32(const struct stoeplitz_cache *scache, uint32_t n32) in stoeplitz_hash_n32() 80 stoeplitz_hash_h16(const struct stoeplitz_cache *scache, uint16_t h16) in stoeplitz_hash_h16() 95 stoeplitz_hash_h32(const struct stoeplitz_cache *scache, uint32_t h32) in stoeplitz_hash_h32() 101 stoeplitz_hash_h64(const struct stoeplitz_cache *scache, uint64_t h64) in stoeplitz_hash_h64()
|
/openbsd-src/sys/dev/pci/ |
H A D | arc.c | 416 u_int32_t scache; member
|