Searched refs:bt_sock_link (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/net/bluetooth/cmtp/ |
D | sock.c | 225 bt_sock_link(&cmtp_sk_list, sk); in cmtp_sock_create()
|
/linux-6.1.9/net/bluetooth/bnep/ |
D | sock.c | 223 bt_sock_link(&bnep_sk_list, sk); in bnep_sock_create()
|
/linux-6.1.9/net/bluetooth/ |
D | af_bluetooth.c | 143 void bt_sock_link(struct bt_sock_list *l, struct sock *sk) in bt_sock_link() function 149 EXPORT_SYMBOL(bt_sock_link);
|
D | sco.c | 504 bt_sock_link(&sco_sk_list, sk); in sco_sock_alloc()
|
D | l2cap_sock.c | 1902 bt_sock_link(&l2cap_sk_list, sk); in l2cap_sock_create()
|
D | iso.c | 716 bt_sock_link(&iso_sk_list, sk); in iso_sock_alloc()
|
D | hci_sock.c | 2125 bt_sock_link(&hci_sk_list, sk); in hci_sock_create()
|
/linux-6.1.9/net/bluetooth/hidp/ |
D | sock.c | 274 bt_sock_link(&hidp_sk_list, sk); in hidp_sock_create()
|
/linux-6.1.9/include/net/bluetooth/ |
D | bluetooth.h | 384 void bt_sock_link(struct bt_sock_list *l, struct sock *s);
|
/linux-6.1.9/net/bluetooth/rfcomm/ |
D | sock.c | 306 bt_sock_link(&rfcomm_sk_list, sk); in rfcomm_sock_alloc()
|