Searched refs:bt_accept_enqueue (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/bluetooth/ | 
| D | af_bluetooth.c | 157 void bt_accept_enqueue(struct sock *parent, struct sock *sk, bool bh)  in bt_accept_enqueue()  function178 EXPORT_SYMBOL(bt_accept_enqueue);
 
 | 
| D | sco.c | 196 		bt_accept_enqueue(parent, sk, true);  in __sco_chan_add()
 | 
| D | l2cap_sock.c | 1258 	bt_accept_enqueue(parent, sk, false);  in l2cap_sock_new_connection_cb()
 | 
| /Linux-v5.4/include/net/bluetooth/ | 
| D | bluetooth.h | 279 void bt_accept_enqueue(struct sock *parent, struct sock *sk, bool bh);
 | 
| /Linux-v5.4/net/bluetooth/rfcomm/ | 
| D | sock.c | 991 	bt_accept_enqueue(parent, sk, true);  in rfcomm_connect_ind()
 |