Searched refs:tcp_random_fptr (Results 1 – 6 of 6) sorted by relevance
286 tcp_random_fptr
283 tcp_random_fptr
3594 static int *tcp_random_fptr = &tcp_randtbl[SEP_3 + 1]; variable3629 tcp_random_fptr = &tcp_random_state[SEP_3]; in tcp_random_init()3649 *tcp_random_fptr += *tcp_random_rptr; in tcp_random()3656 i = ((*tcp_random_fptr >> 15) & 0x1ffff) + 1; in tcp_random()3657 if (++tcp_random_fptr >= tcp_random_end_ptr) { in tcp_random()3658 tcp_random_fptr = tcp_random_state; in tcp_random()
6301 static int *tcp_random_fptr = &tcp_randtbl[SEP_3 + 1]; variable6338 tcp_random_fptr = &tcp_random_state[SEP_3]; in tcp_random_init()6356 *tcp_random_fptr += *tcp_random_rptr; in tcp_random()6363 i = ((*tcp_random_fptr >> 15) & 0x1ffff) + 1; in tcp_random()6364 if (++tcp_random_fptr >= tcp_random_end_ptr) { in tcp_random()6365 tcp_random_fptr = tcp_random_state; in tcp_random()