Searched refs:timeo (Results 1 – 10 of 10) sorted by relevance
| /include/net/ |
| A D | inet_timewait_sock.h | 105 int timeo); 107 void __inet_twsk_schedule(struct inet_timewait_sock *tw, int timeo, 110 static inline void inet_twsk_reschedule(struct inet_timewait_sock *tw, int timeo) in inet_twsk_reschedule() argument 112 __inet_twsk_schedule(tw, timeo, true); in inet_twsk_reschedule()
|
| A D | strparser.h | 168 size_t max_msg_size, long timeo);
|
| A D | sock.h | 1217 int sk_wait_data(struct sock *sk, long *timeo, const struct sk_buff *skb); 2617 static inline int sock_intr_errno(long timeo) in sock_intr_errno() argument 2619 return timeo == MAX_SCHEDULE_TIMEOUT ? -ERESTARTSYS : -EINTR; in sock_intr_errno() 3013 int sock_get_timeout(long timeo, void *optval, bool old_timeval);
|
| A D | tcp.h | 59 void tcp_time_wait(struct sock *sk, int state, int timeo);
|
| /include/linux/sunrpc/ |
| A 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/ |
| A D | nfs4_mount.h | 32 int timeo; /* 1 */ member
|
| A D | nfs_mount.h | 34 int timeo; /* 1 */ member
|
| /include/linux/ |
| A D | netlink.h | 246 long *timeo, struct sock *ssk);
|
| /include/net/bluetooth/ |
| A D | hci_core.h | 1634 unsigned long timeo; in hci_conn_drop() local 1641 timeo = conn->disc_timeout; in hci_conn_drop() 1643 timeo *= 2; in hci_conn_drop() 1645 timeo = 0; in hci_conn_drop() 1650 timeo = 0; in hci_conn_drop() 1656 &conn->disc_work, timeo); in hci_conn_drop()
|
| A D | bluetooth.h | 425 int bt_sock_wait_state(struct sock *sk, int state, unsigned long timeo);
|
Completed in 43 milliseconds