Searched refs:bt_accept_enqueue (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/net/bluetooth/ |
D | af_bluetooth.c | 159 void bt_accept_enqueue(struct sock *parent, struct sock *sk, bool bh) in bt_accept_enqueue() function 180 EXPORT_SYMBOL(bt_accept_enqueue);
|
D | sco.c | 220 bt_accept_enqueue(parent, sk, true); in __sco_chan_add()
|
D | l2cap_sock.c | 1485 bt_accept_enqueue(parent, sk, false); in l2cap_sock_new_connection_cb()
|
D | iso.c | 221 bt_accept_enqueue(parent, sk, true); in __iso_chan_add()
|
/linux-6.1.9/include/net/bluetooth/ |
D | bluetooth.h | 395 void bt_accept_enqueue(struct sock *parent, struct sock *sk, bool bh);
|
/linux-6.1.9/net/bluetooth/rfcomm/ |
D | sock.c | 979 bt_accept_enqueue(parent, sk, true); in rfcomm_connect_ind()
|