Searched refs:tcp_random_fptr (Results 1 – 6 of 6) sorted by relevance
276 tcp_random_fptr
273 tcp_random_fptr
3538 static int *tcp_random_fptr = &tcp_randtbl[SEP_3 + 1]; variable3573 tcp_random_fptr = &tcp_random_state[SEP_3]; in tcp_random_init()3593 *tcp_random_fptr += *tcp_random_rptr; in tcp_random()3600 i = ((*tcp_random_fptr >> 15) & 0x1ffff) + 1; in tcp_random()3601 if (++tcp_random_fptr >= tcp_random_end_ptr) { in tcp_random()3602 tcp_random_fptr = tcp_random_state; in tcp_random()
6302 static int *tcp_random_fptr = &tcp_randtbl[SEP_3 + 1]; variable6339 tcp_random_fptr = &tcp_random_state[SEP_3]; in tcp_random_init()6357 *tcp_random_fptr += *tcp_random_rptr; in tcp_random()6364 i = ((*tcp_random_fptr >> 15) & 0x1ffff) + 1; in tcp_random()6365 if (++tcp_random_fptr >= tcp_random_end_ptr) { in tcp_random()6366 tcp_random_fptr = tcp_random_state; in tcp_random()