Searched refs:timeo (Results 26 - 34 of 34) sorted by relevance

12

/net/core/
H A Dsock.c1731 static long sock_wait_for_wmem(struct sock *sk, long timeo) argument
1737 if (!timeo)
1749 timeo = schedule_timeout(timeo);
1752 return timeo;
1765 long timeo; local
1768 timeo = sock_sndtimeo(sk, noblock);
1784 if (!timeo)
1788 timeo = sock_wait_for_wmem(sk, timeo);
1933 sk_wait_data(struct sock *sk, long *timeo) argument
[all...]
/net/phonet/
H A Dsocket.c233 long timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); local
274 if (!timeo) {
279 err = sock_intr_errno(timeo);
286 timeo = schedule_timeout(timeo);
H A Dpep.c1126 long timeo; local
1149 timeo = sock_sndtimeo(sk, flags & MSG_DONTWAIT);
1157 err = sk_stream_wait_connect(sk, &timeo);
1173 if (!timeo) {
1178 err = sock_intr_errno(timeo);
1184 done = sk_wait_event(sk, &timeo, atomic_read(&pn->tx_credits));
/net/sunrpc/
H A Dsched.c618 unsigned long expires, now, timeo; local
623 timeo = task->u.tk_wait.expires;
624 if (time_after_eq(now, timeo)) {
630 if (expires == now || time_after(expires, timeo))
631 expires = timeo;
/net/sctp/
H A Dsocket.c89 static int sctp_wait_for_accept(struct sock *sk, long timeo);
90 static void sctp_wait_for_close(struct sock *sk, long timeo);
1057 long timeo; local
1218 timeo = sock_sndtimeo(sk, f_flags & O_NONBLOCK);
1220 err = sctp_wait_for_connect(asoc, &timeo);
1610 long timeo; local
1919 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
1921 err = sctp_wait_for_sndbuf(asoc, &timeo, msg_len);
3909 long timeo; local
3927 timeo
6747 long timeo; local
7089 sctp_wait_for_accept(struct sock *sk, long timeo) argument
[all...]
/net/dccp/
H A Ddccp.h56 void dccp_time_wait(struct sock *sk, int state, int timeo);
/net/netlink/
H A Daf_netlink.c1644 long *timeo, struct sock *ssk)
1654 if (!*timeo) {
1668 *timeo = schedule_timeout(*timeo);
1676 return sock_intr_errno(*timeo);
1768 long timeo; local
1772 timeo = sock_sndtimeo(ssk, nonblock);
1789 err = netlink_attachskb(sk, skb, &timeo, ssk);
1643 netlink_attachskb(struct sock *sk, struct sk_buff *skb, long *timeo, struct sock *ssk) argument
/net/irda/
H A Daf_irda.c1429 long timeo; local
1445 timeo = sock_rcvtimeo(sk, noblock);
1471 err = sock_intr_errno(timeo);
/net/bluetooth/
H A Dhci_core.c2246 long timeo; local
2284 timeo = ir.length * msecs_to_jiffies(2000);
2288 timeo);

Completed in 77 milliseconds

12