Searched refs:bt_accept_enqueue (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | af_bluetooth.c | 210 void bt_accept_enqueue(struct sock *parent, struct sock *sk, bool bh) in bt_accept_enqueue() function 247 EXPORT_SYMBOL(bt_accept_enqueue);
|
H A D | sco.c | 232 bt_accept_enqueue(parent, sk, true); in __sco_chan_add()
|
H A D | l2cap_sock.c | 1478 bt_accept_enqueue(parent, sk, false); in l2cap_sock_new_connection_cb()
|
H A D | iso.c | 282 bt_accept_enqueue(parent, sk, true); in __iso_chan_add()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | bluetooth.h | 418 void bt_accept_enqueue(struct sock *parent, struct sock *sk, bool bh);
|
/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | sock.c | 966 bt_accept_enqueue(parent, sk, true); in rfcomm_connect_ind()
|