Lines Matching refs:table_perturb
740 static u32 *table_perturb;
773 get_random_slow_once(table_perturb,
774 INET_TABLE_PERTURB_SIZE * sizeof(*table_perturb));
777 offset = READ_ONCE(table_perturb[index]) + (port_offset >> 32);
838 WRITE_ONCE(table_perturb[index], READ_ONCE(table_perturb[index]) + i + 2);
913 table_perturb = kmalloc_array(INET_TABLE_PERTURB_SIZE,
914 sizeof(*table_perturb), GFP_KERNEL);
915 if (!table_perturb)
916 panic("TCP: failed to alloc table_perturb");