Home
last modified time | relevance | path

Searched refs:timeo (Results 1 – 10 of 10) sorted by relevance

/include/linux/sunrpc/
Dtimer.h15 unsigned long timeo; /* default timeout value */ member
22 extern void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo);
/include/linux/
Dnfs4_mount.h31 int timeo; /* 1 */ member
Dnfs_mount.h33 int timeo; /* 1 */ member
Dnetlink.h204 long *timeo, struct sock *ssk);
/include/net/
Ddn_nsp.h40 extern struct sk_buff *dn_alloc_send_skb(struct sock *sk, size_t *size, int noblock, long timeo, in…
Dinet_timewait_sock.h211 const int timeo, const int timewait_len);
Dsock.h788 extern int sk_wait_data(struct sock *sk, long *timeo);
2016 static inline int sock_intr_errno(long timeo) in sock_intr_errno() argument
2018 return timeo == MAX_SCHEDULE_TIMEOUT ? -ERESTARTSYS : -EINTR; in sock_intr_errno()
Dtcp.h53 extern void tcp_time_wait(struct sock *sk, int state, int timeo);
/include/net/bluetooth/
Dhci_core.h597 unsigned long timeo; in hci_conn_put() local
601 timeo = msecs_to_jiffies(conn->disc_timeout); in hci_conn_put()
603 timeo *= 20; in hci_conn_put()
605 timeo = msecs_to_jiffies(10); in hci_conn_put()
608 timeo = msecs_to_jiffies(10); in hci_conn_put()
612 &conn->disc_work, timeo); in hci_conn_put()
Dbluetooth.h212 int bt_sock_wait_state(struct sock *sk, int state, unsigned long timeo);