Searched refs:bt_sock_link (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/net/bluetooth/cmtp/ |
H A D | sock.c | 225 bt_sock_link(&cmtp_sk_list, sk); in cmtp_sock_create()
|
/openbmc/linux/net/bluetooth/bnep/ |
H A D | sock.c | 215 bt_sock_link(&bnep_sk_list, sk); in bnep_sock_create()
|
/openbmc/linux/net/bluetooth/hidp/ |
H A D | sock.c | 266 bt_sock_link(&hidp_sk_list, sk); in hidp_sock_create()
|
/openbmc/linux/net/bluetooth/ |
H A D | af_bluetooth.c | 172 void bt_sock_link(struct bt_sock_list *l, struct sock *sk) in bt_sock_link() function 178 EXPORT_SYMBOL(bt_sock_link);
|
H A D | sco.c | 518 bt_sock_link(&sco_sk_list, sk); in sco_sock_alloc()
|
H A D | l2cap_sock.c | 1921 bt_sock_link(&l2cap_sk_list, sk); in l2cap_sock_create()
|
H A D | hci_sock.c | 2210 bt_sock_link(&hci_sk_list, sk); in hci_sock_create()
|
H A D | iso.c | 797 bt_sock_link(&iso_sk_list, sk); in iso_sock_alloc()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | bluetooth.h | 404 void bt_sock_link(struct bt_sock_list *l, struct sock *s);
|
/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | sock.c | 299 bt_sock_link(&rfcomm_sk_list, sk); in rfcomm_sock_alloc()
|