Lines Matching defs:timeo
592 static long inet_wait_for_connect(struct sock *sk, long timeo, int writebias)
607 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
609 if (signal_pending(current) || !timeo)
615 return timeo;
627 long timeo;
691 timeo = sock_sndtimeo(sk, flags & O_NONBLOCK);
699 if (!timeo || !inet_wait_for_connect(sk, timeo, writebias))
702 err = sock_intr_errno(timeo);