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

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

Completed in 482 milliseconds