Home
last modified time | relevance | path

Searched refs:hashsalt (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_hostcache.c127 u_int hashsalt; member
214 V_tcp_hostcache.hashsalt) & V_tcp_hostcache.hashmask) \
217 V_tcp_hostcache.hashsalt) & V_tcp_hostcache.hashmask)
236 V_tcp_hostcache.hashsalt = arc4random(); in tcp_hc_init()
811 V_tcp_hostcache.hashsalt = arc4random(); in tcp_hc_purge()
837 V_tcp_hostcache.hashsalt = arc4random(); in sysctl_tcp_hc_purgenow()
/freebsd/usr.sbin/makefs/zfs/
H A Dzap.c62 uint64_t hashsalt; /* key hash input */ member
121 zap->hashsalt = ((uint64_t)random() << 32) | random(); in zap_alloc()
142 ent->hash = zap_hash(zap->hashsalt, ent->name); in zap_add()
213 mzap->mz_salt = zap->hashsalt; in zap_micro_write()
390 zaphdr->zap_salt = zap->hashsalt; in zap_fat_write()