bt_accept_dequeue  281 include/net/bluetooth/bluetooth.h struct sock *bt_accept_dequeue(struct sock *parent, struct socket *newsock);
bt_accept_dequeue  249 net/bluetooth/af_bluetooth.c EXPORT_SYMBOL(bt_accept_dequeue);
bt_accept_dequeue  326 net/bluetooth/l2cap_sock.c 		nsk = bt_accept_dequeue(sk, newsock);
bt_accept_dequeue 1219 net/bluetooth/l2cap_sock.c 	while ((sk = bt_accept_dequeue(parent, NULL))) {
bt_accept_dequeue  183 net/bluetooth/rfcomm/sock.c 	while ((sk = bt_accept_dequeue(parent, NULL))) {
bt_accept_dequeue  503 net/bluetooth/rfcomm/sock.c 		nsk = bt_accept_dequeue(sk, newsock);
bt_accept_dequeue  382 net/bluetooth/sco.c 	while ((sk = bt_accept_dequeue(parent, NULL))) {
bt_accept_dequeue  650 net/bluetooth/sco.c 		ch = bt_accept_dequeue(sk, newsock);