Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/hidp/
Dsock.c28 static struct bt_sock_list hidp_sk_list = { variable
29 .lock = __RW_LOCK_UNLOCKED(hidp_sk_list.lock)
41 bt_sock_unlink(&hidp_sk_list, sk); in hidp_sock_release()
275 bt_sock_link(&hidp_sk_list, sk); in hidp_sock_create()
300 err = bt_procfs_init(&init_net, "hidp", &hidp_sk_list, NULL); in hidp_init_sockets()