Searched refs:client_hash (Results 1 – 2 of 2) sorted by relevance
206 uint8_t client_hash[kSHA256Length], server_hash[kSHA256Length]; in ProcessMessage() local208 client_hash); in ProcessMessage()212 const uint8_t* my_hash = is_server_ ? server_hash : client_hash; in ProcessMessage()213 const uint8_t* their_hash = is_server_ ? client_hash : server_hash; in ProcessMessage()
73 static struct flist_head client_hash[FIO_CLIENT_HASH_SZ]; variable82 flist_add(&client->hash_list, &client_hash[bucket]); in fio_client_add_hash()96 INIT_FLIST_HEAD(&client_hash[i]); in fio_client_hash_init()168 flist_for_each(entry, &client_hash[bucket]) { in find_client_by_fd()