Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv4/
Dinet_hashtables.c998 static u32 *table_perturb; variable
1033 get_random_sleepable_once(table_perturb, in __inet_hash_connect()
1034 INET_TABLE_PERTURB_SIZE * sizeof(*table_perturb)); in __inet_hash_connect()
1037 offset = READ_ONCE(table_perturb[index]) + (port_offset >> 32); in __inet_hash_connect()
1113 WRITE_ONCE(table_perturb[index], READ_ONCE(table_perturb[index]) + i + 2); in __inet_hash_connect()
1207 table_perturb = alloc_large_system_hash("Table-perturb", in inet_hashinfo2_init()
1208 sizeof(*table_perturb), in inet_hashinfo2_init()