Searched refs:tcp_random_state (Results 1 – 6 of 6) sorted by relevance
287 tcp_random_state
290 tcp_random_state
3558 static int *tcp_random_state = &tcp_randtbl[1]; variable3584 tcp_random_state[0] = ((result >> 32) & 0xffffffff) * in tcp_random_init()3588 tcp_random_state[i] = 1103515245 * tcp_random_state[i - 1] in tcp_random_init()3590 tcp_random_fptr = &tcp_random_state[SEP_3]; in tcp_random_init()3591 tcp_random_rptr = &tcp_random_state[0]; in tcp_random_init()3619 tcp_random_fptr = tcp_random_state; in tcp_random()3622 tcp_random_rptr = tcp_random_state; in tcp_random()
6305 static int *tcp_random_state = &tcp_randtbl[1]; variable6334 tcp_random_state[0] = result; in tcp_random_init()6337 tcp_random_state[i] = 1103515245 * tcp_random_state[i - 1] in tcp_random_init()6339 tcp_random_fptr = &tcp_random_state[SEP_3]; in tcp_random_init()6340 tcp_random_rptr = &tcp_random_state[0]; in tcp_random_init()6366 tcp_random_fptr = tcp_random_state; in tcp_random()6369 tcp_random_rptr = tcp_random_state; in tcp_random()