Searched refs:bt_accept_dequeue (Results 1 – 6 of 6) sorted by relevance
/openbmc/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 | 414 while ((sk = bt_accept_dequeue(parent, NULL))) { in sco_sock_cleanup_listen() 676 ch = bt_accept_dequeue(sk, newsock); in sco_sock_accept()
|
H A D | l2cap_sock.c | 350 nsk = bt_accept_dequeue(sk, newsock); in l2cap_sock_accept() 1436 while ((sk = bt_accept_dequeue(parent, NULL))) { in l2cap_sock_cleanup_listen()
|
H A D | iso.c | 643 while ((sk = bt_accept_dequeue(parent, NULL))) { in iso_sock_cleanup_listen() 1066 ch = bt_accept_dequeue(sk, newsock); in iso_sock_accept()
|
/openbmc/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()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | bluetooth.h | 420 struct sock *bt_accept_dequeue(struct sock *parent, struct socket *newsock);
|