Lines Matching refs:connect_timeout
2260 unsigned long connect_timeout; in xs_tcp_set_socket_timeouts() local
2285 connect_timeout = max_t(unsigned long, in xs_tcp_set_socket_timeouts()
2286 DIV_ROUND_UP(xprt->connect_timeout, HZ), 1); in xs_tcp_set_socket_timeouts()
2289 for (t = 0; t <= syn_retries && (1UL << t) < connect_timeout; t++) in xs_tcp_set_socket_timeouts()
2296 unsigned long connect_timeout) in xs_tcp_do_set_connect_timeout() argument
2305 initval = max_t(unsigned long, connect_timeout, XS_TCP_INIT_REEST_TO); in xs_tcp_do_set_connect_timeout()
2311 xprt->connect_timeout = connect_timeout; in xs_tcp_do_set_connect_timeout()
2315 unsigned long connect_timeout, in xs_tcp_set_connect_timeout() argument
2323 if (connect_timeout < xprt->connect_timeout) in xs_tcp_set_connect_timeout()
2324 xs_tcp_do_set_connect_timeout(xprt, connect_timeout); in xs_tcp_set_connect_timeout()
3383 xprt->connect_timeout = xprt->timeout->to_initval * in xs_setup_tcp()
3385 if (args->connect_timeout) in xs_setup_tcp()
3386 xs_tcp_do_set_connect_timeout(xprt, args->connect_timeout); in xs_setup_tcp()
3462 xprt->connect_timeout = xprt->timeout->to_initval * in xs_setup_tcp_tls()