Searched refs:timeo (Results 1 – 11 of 11) sorted by relevance
/include/net/ |
D | inet_timewait_sock.h | 98 void __inet_twsk_schedule(struct inet_timewait_sock *tw, int timeo, 101 static inline void inet_twsk_schedule(struct inet_timewait_sock *tw, int timeo) in inet_twsk_schedule() argument 103 __inet_twsk_schedule(tw, timeo, false); in inet_twsk_schedule() 106 static inline void inet_twsk_reschedule(struct inet_timewait_sock *tw, int timeo) in inet_twsk_reschedule() argument 108 __inet_twsk_schedule(tw, timeo, true); in inet_twsk_reschedule()
|
D | strparser.h | 157 size_t max_msg_size, long timeo);
|
D | tls.h | 371 int wait_on_pending_writer(struct sock *sk, long *timeo);
|
D | sock.h | 1159 int sk_wait_data(struct sock *sk, long *timeo, const struct sk_buff *skb); 2477 static inline int sock_intr_errno(long timeo) in sock_intr_errno() argument 2479 return timeo == MAX_SCHEDULE_TIMEOUT ? -ERESTARTSYS : -EINTR; in sock_intr_errno()
|
D | tcp.h | 52 void tcp_time_wait(struct sock *sk, int state, int timeo);
|
/include/linux/sunrpc/ |
D | timer.h | 16 unsigned long timeo; /* default timeout value */ member 23 extern void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo);
|
/include/uapi/linux/ |
D | nfs4_mount.h | 32 int timeo; /* 1 */ member
|
D | nfs_mount.h | 34 int timeo; /* 1 */ member
|
/include/net/bluetooth/ |
D | hci_core.h | 1143 unsigned long timeo; in hci_conn_drop() local 1150 timeo = conn->disc_timeout; in hci_conn_drop() 1152 timeo *= 2; in hci_conn_drop() 1154 timeo = 0; in hci_conn_drop() 1159 timeo = conn->disc_timeout; in hci_conn_drop() 1163 timeo = 0; in hci_conn_drop() 1169 &conn->disc_work, timeo); in hci_conn_drop()
|
D | bluetooth.h | 323 int bt_sock_wait_state(struct sock *sk, int state, unsigned long timeo);
|
/include/linux/ |
D | netlink.h | 168 long *timeo, struct sock *ssk);
|