Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dinet_connection_sock.c331 int i, low, high, attempt_half, port, l3mdev; in inet_csk_find_open_port() local
341 attempt_half = (sk->sk_reuse == SK_CAN_REUSE) ? 1 : 0; in inet_csk_find_open_port()
346 attempt_half = 0; in inet_csk_find_open_port()
347 if (attempt_half) { in inet_csk_find_open_port()
350 if (attempt_half == 1) in inet_csk_find_open_port()
402 if (attempt_half == 1) { in inet_csk_find_open_port()
404 attempt_half = 2; in inet_csk_find_open_port()