Home
last modified time | relevance | path

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

/linux-6.12.1/net/bluetooth/hidp/
Dsock.c29 static struct bt_sock_list hidp_sk_list = { variable
30 .lock = __RW_LOCK_UNLOCKED(hidp_sk_list.lock)
42 bt_sock_unlink(&hidp_sk_list, sk); in hidp_sock_release()
266 bt_sock_link(&hidp_sk_list, sk); in hidp_sock_create()
291 err = bt_procfs_init(&init_net, "hidp", &hidp_sk_list, NULL); in hidp_init_sockets()