Lines Matching defs:timeo
597 static long inet_wait_for_connect(struct sock *sk, long timeo, int writebias)
611 timeo = wait_woken(&wait, TASK_INTERRUPTIBLE, timeo);
613 if (signal_pending(current) || !timeo)
618 return timeo;
630 long timeo;
695 timeo = sock_sndtimeo(sk, flags & O_NONBLOCK);
704 if (!timeo || !inet_wait_for_connect(sk, timeo, writebias))
707 err = sock_intr_errno(timeo);