Home
last modified time | relevance | path

Searched refs:conn_timeout (Results 1 – 3 of 3) sorted by relevance

/net/bluetooth/
Dhci_conn.c718 u8 dst_type, u8 sec_level, u16 conn_timeout, in hci_connect_le() argument
775 conn->conn_timeout = conn_timeout; in hci_connect_le()
Dhci_event.c1065 conn->conn_timeout); in hci_cc_le_set_adv_enable()
1915 conn->conn_timeout); in hci_cs_le_create_conn()
/net/tipc/
Dsocket.c93 uint conn_timeout; member
356 tsk->conn_timeout = CONN_TIMEOUT_DEFAULT; in tipc_sk_create()
1839 long timeout = (flags & O_NONBLOCK) ? 0 : tipc_sk(sk)->conn_timeout; in tipc_connect()
2586 tipc_sk(sk)->conn_timeout = value; in tipc_setsockopt()
2641 value = tsk->conn_timeout; in tipc_getsockopt()