Searched refs:table_perturb (Results 1 – 1 of 1) sorted by relevance
731 static u32 *table_perturb; variable774 get_random_slow_once(table_perturb, in __inet_hash_connect()775 INET_TABLE_PERTURB_SIZE * sizeof(*table_perturb)); in __inet_hash_connect()778 offset = READ_ONCE(table_perturb[index]) + (port_offset >> 32); in __inet_hash_connect()840 WRITE_ONCE(table_perturb[index], READ_ONCE(table_perturb[index]) + i + 2); in __inet_hash_connect()915 table_perturb = kmalloc_array(INET_TABLE_PERTURB_SIZE, in inet_hashinfo2_init()916 sizeof(*table_perturb), GFP_KERNEL); in inet_hashinfo2_init()917 if (!table_perturb) in inet_hashinfo2_init()