Home
last modified time | relevance | path

Searched refs:attempt_half (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
A Dinet_connection_sock.c197 int i, low, high, attempt_half; in inet_csk_find_open_port() local
204 attempt_half = (sk->sk_reuse == SK_CAN_REUSE) ? 1 : 0; in inet_csk_find_open_port()
209 attempt_half = 0; in inet_csk_find_open_port()
210 if (attempt_half) { in inet_csk_find_open_port()
213 if (attempt_half == 1) in inet_csk_find_open_port()
256 if (attempt_half == 1) { in inet_csk_find_open_port()
258 attempt_half = 2; in inet_csk_find_open_port()

Completed in 5 milliseconds