Searched refs:bt_accept_dequeue (Results 1 – 6 of 6) sorted by relevance
/linux/net/bluetooth/ |
H A D | af_bluetooth.c | 263 struct sock *bt_accept_dequeue(struct sock *parent, struct socket *newsock) in bt_accept_dequeue() function 318 EXPORT_SYMBOL(bt_accept_dequeue);
|
H A D | sco.c | 480 while ((sk = bt_accept_dequeue(parent, NULL))) { in sco_sock_cleanup_listen() 731 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() 1438 while ((sk = bt_accept_dequeue(parent, NULL))) { in l2cap_sock_cleanup_listen()
|
H A D | iso.c | 720 while ((sk = bt_accept_dequeue(parent, NULL))) { in iso_sock_cleanup_listen() 1256 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() 498 nsk = bt_accept_dequeue(sk, newsock); in rfcomm_sock_accept()
|
/linux/include/net/bluetooth/ |
H A D | bluetooth.h | 421 struct sock *bt_accept_dequeue(struct sock *parent, struct socket *newsock);
|