Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bluetooth/
Dsyms.c76 EXPORT_SYMBOL(bluez_sock_unlink);
Daf_bluetooth.c121 void bluez_sock_unlink(struct bluez_sock_list *l, struct sock *sk) in bluez_sock_unlink() function
Dhci_sock.c150 bluez_sock_unlink(&hci_sk_list, sk); in hci_sock_release()
Dsco.c377 bluez_sock_unlink(&sco_sk_list, sk); in sco_sock_kill()
Dl2cap.c263 bluez_sock_unlink(&l2cap_sk_list, sk); in l2cap_sock_kill()
/linux-2.4.37.9/include/net/bluetooth/
Dbluetooth.h157 void bluez_sock_unlink(struct bluez_sock_list *l, struct sock *s);
/linux-2.4.37.9/net/bluetooth/rfcomm/
Dsock.c211 bluez_sock_unlink(&rfcomm_sk_list, sk); in rfcomm_sock_kill()