Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/hidp/
H A 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()
273 bt_sock_link(&hidp_sk_list, sk); in hidp_sock_create()
298 err = bt_procfs_init(&init_net, "hidp", &hidp_sk_list, NULL); in hidp_init_sockets()
/kernel/linux/linux-6.6/net/bluetooth/hidp/
H A 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()

Completed in 2 milliseconds