Home
last modified time | relevance | path

Searched refs:bt_accept_get (Results 1 – 1 of 1) sorted by relevance

/linux/net/bluetooth/
H A Daf_bluetooth.c274 static struct sock *bt_accept_get(struct sock *parent, struct sock *sk) in bt_accept_get() function
310 for (sk = bt_accept_get(parent, NULL); sk; sk = next) { in bt_accept_dequeue()
325 next = bt_accept_get(parent, sk); in bt_accept_dequeue()