Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hostcache.c128 u_int hashsalt; member
215 V_tcp_hostcache.hashsalt) & V_tcp_hostcache.hashmask) \
218 V_tcp_hostcache.hashsalt) & V_tcp_hostcache.hashmask)
237 V_tcp_hostcache.hashsalt = arc4random(); in tcp_hc_init()
812 V_tcp_hostcache.hashsalt = arc4random(); in tcp_hc_purge()
838 V_tcp_hostcache.hashsalt = arc4random(); in sysctl_tcp_hc_purgenow()
/freebsd/usr.sbin/makefs/zfs/
H A Dzap.c61 uint64_t hashsalt; /* key hash input */ member
120 zap->hashsalt = ((uint64_t)random() << 32) | random(); in zap_alloc()
141 ent->hash = zap_hash(zap->hashsalt, ent->name); in zap_add()
208 mzap->mz_salt = zap->hashsalt; in zap_micro_write()
382 zaphdr->zap_salt = zap->hashsalt; in zap_fat_write()