Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dinet_connection_sock.c183 int i, low, high, attempt_half; in inet_csk_find_open_port() local
187 attempt_half = (sk->sk_reuse == SK_CAN_REUSE) ? 1 : 0; in inet_csk_find_open_port()
192 attempt_half = 0; in inet_csk_find_open_port()
193 if (attempt_half) { in inet_csk_find_open_port()
196 if (attempt_half == 1) in inet_csk_find_open_port()
238 if (attempt_half == 1) { in inet_csk_find_open_port()
240 attempt_half = 2; in inet_csk_find_open_port()