Searched refs:tcp_random_state (Results 1 – 6 of 6) sorted by relevance
289 tcp_random_state
286 tcp_random_state
3597 static int *tcp_random_state = &tcp_randtbl[1]; variable3623 tcp_random_state[0] = ((result >> 32) & 0xffffffff) * in tcp_random_init()3627 tcp_random_state[i] = 1103515245 * tcp_random_state[i - 1] in tcp_random_init()3629 tcp_random_fptr = &tcp_random_state[SEP_3]; in tcp_random_init()3630 tcp_random_rptr = &tcp_random_state[0]; in tcp_random_init()3658 tcp_random_fptr = tcp_random_state; in tcp_random()3661 tcp_random_rptr = tcp_random_state; in tcp_random()
6304 static int *tcp_random_state = &tcp_randtbl[1]; variable6333 tcp_random_state[0] = result; in tcp_random_init()6336 tcp_random_state[i] = 1103515245 * tcp_random_state[i - 1] in tcp_random_init()6338 tcp_random_fptr = &tcp_random_state[SEP_3]; in tcp_random_init()6339 tcp_random_rptr = &tcp_random_state[0]; in tcp_random_init()6365 tcp_random_fptr = tcp_random_state; in tcp_random()6368 tcp_random_rptr = tcp_random_state; in tcp_random()