Searched refs:bt_accept_dequeue (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 266 struct sock *bt_accept_dequeue(struct sock *parent, struct socket *newsock) in bt_accept_dequeue() function 321 EXPORT_SYMBOL(bt_accept_dequeue);
|
| H A D | sco.c | 498 while ((sk = bt_accept_dequeue(parent, NULL))) { 761 ch = bt_accept_dequeue(sk, newsock); in sco_sock_accept()
|
| H A D | l2cap_sock.c | 351 nsk = bt_accept_dequeue(sk, newsock); in l2cap_sock_accept() 1479 while ((sk = bt_accept_dequeue(parent, NULL))) { in l2cap_sock_cleanup_listen()
|
| H A D | iso.c | 759 while ((sk = bt_accept_dequeue(parent, NULL))) { in iso_sock_cleanup_listen() 1366 ch = bt_accept_dequeue(sk, newsock); in iso_sock_accept()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | sock.c | 180 while ((sk = bt_accept_dequeue(parent, NULL))) { in rfcomm_sock_cleanup_listen() 499 nsk = bt_accept_dequeue(sk, newsock); in rfcomm_sock_accept()
|
| /linux/include/net/bluetooth/ |
| H A D | bluetooth.h | 440 struct sock *bt_accept_dequeue(struct sock *parent, struct socket *newsock);
|