Lines Matching refs:connect_timeout
2285 unsigned long connect_timeout; in xs_tcp_set_socket_timeouts() local
2310 connect_timeout = max_t(unsigned long, in xs_tcp_set_socket_timeouts()
2311 DIV_ROUND_UP(xprt->connect_timeout, HZ), 1); in xs_tcp_set_socket_timeouts()
2314 for (t = 0; t <= syn_retries && (1UL << t) < connect_timeout; t++) in xs_tcp_set_socket_timeouts()
2321 unsigned long connect_timeout) in xs_tcp_do_set_connect_timeout() argument
2330 initval = max_t(unsigned long, connect_timeout, XS_TCP_INIT_REEST_TO); in xs_tcp_do_set_connect_timeout()
2336 xprt->connect_timeout = connect_timeout; in xs_tcp_do_set_connect_timeout()
2340 unsigned long connect_timeout, in xs_tcp_set_connect_timeout() argument
2348 if (connect_timeout < xprt->connect_timeout) in xs_tcp_set_connect_timeout()
2349 xs_tcp_do_set_connect_timeout(xprt, connect_timeout); in xs_tcp_set_connect_timeout()
3409 xprt->connect_timeout = xprt->timeout->to_initval * in xs_setup_tcp()
3411 if (args->connect_timeout) in xs_setup_tcp()
3412 xs_tcp_do_set_connect_timeout(xprt, args->connect_timeout); in xs_setup_tcp()
3488 xprt->connect_timeout = xprt->timeout->to_initval * in xs_setup_tcp_tls()