Searched refs:bt_sock_unlink (Results 1 – 10 of 10) sorted by relevance
/linux/net/bluetooth/cmtp/ |
H A D | sock.c | 58 bt_sock_unlink(&cmtp_sk_list, sk); in cmtp_sock_release()
|
/linux/net/bluetooth/bnep/ |
H A D | sock.c | 46 bt_sock_unlink(&bnep_sk_list, sk); in bnep_sock_release()
|
/linux/net/bluetooth/hidp/ |
H A D | sock.c | 42 bt_sock_unlink(&hidp_sk_list, sk); in hidp_sock_release()
|
/linux/net/bluetooth/ |
H A D | af_bluetooth.c | 180 void bt_sock_unlink(struct bt_sock_list *l, struct sock *sk) in bt_sock_unlink() function 186 EXPORT_SYMBOL(bt_sock_unlink);
|
H A D | sco.c | 500 bt_sock_unlink(&sco_sk_list, sk); in sco_sock_kill()
|
H A D | l2cap_sock.c | 1413 bt_sock_unlink(&l2cap_sk_list, sk); in l2cap_sock_release()
|
H A D | hci_sock.c | 926 bt_sock_unlink(&hci_sk_list, sk); in hci_sock_release()
|
H A D | iso.c | 747 bt_sock_unlink(&iso_sk_list, sk); in iso_sock_kill()
|
/linux/include/net/bluetooth/ |
H A D | bluetooth.h | 406 void bt_sock_unlink(struct bt_sock_list *l, struct sock *s);
|
/linux/net/bluetooth/rfcomm/ |
H A D | sock.c | 200 bt_sock_unlink(&rfcomm_sk_list, sk); in rfcomm_sock_kill()
|