Searched refs:bt_accept_enqueue (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | af_bluetooth.c | 157 void bt_accept_enqueue(struct sock *parent, struct sock *sk, bool bh) in bt_accept_enqueue() function 178 EXPORT_SYMBOL(bt_accept_enqueue);
|
| H A D | sco.c | 219 bt_accept_enqueue(parent, sk, true); in __sco_chan_add()
|
| H A D | l2cap_sock.c | 1484 bt_accept_enqueue(parent, sk, false); in l2cap_sock_new_connection_cb()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | bluetooth.h | 326 void bt_accept_enqueue(struct sock *parent, struct sock *sk, bool bh);
|
| /OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/ |
| H A D | sock.c | 971 bt_accept_enqueue(parent, sk, true); in rfcomm_connect_ind()
|