Searched refs:link_keys (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_debugfs.c | 391 list_for_each_entry_rcu(key, &hdev->link_keys, list) in link_keys_show() 399 DEFINE_SHOW_ATTRIBUTE(link_keys); variable 593 debugfs_create_file("link_keys", 0400, hdev->debugfs, hdev, in hci_debugfs_create_bredr()
|
H A D | hci_core.c | 2349 list_for_each_entry_safe(key, tmp, &hdev->link_keys, list) { in hci_link_keys_clear() 2407 list_for_each_entry_rcu(k, &hdev->link_keys, list) { in hci_find_link_key() 2588 list_add_rcu(&key->list, &hdev->link_keys); in hci_add_link_key() 3665 INIT_LIST_HEAD(&hdev->link_keys); in hci_alloc_dev()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_debugfs.c | 389 list_for_each_entry_rcu(key, &hdev->link_keys, list) in link_keys_show() 397 DEFINE_SHOW_ATTRIBUTE(link_keys); variable 626 debugfs_create_file("link_keys", 0400, hdev->debugfs, hdev, in hci_debugfs_create_bredr()
|
H A D | hci_core.c | 1080 list_for_each_entry_safe(key, tmp, &hdev->link_keys, list) { in hci_link_keys_clear() 1138 list_for_each_entry_rcu(k, &hdev->link_keys, list) { in hci_find_link_key() 1319 list_add_rcu(&key->list, &hdev->link_keys); in hci_add_link_key() 2547 INIT_LIST_HEAD(&hdev->link_keys); in hci_alloc_dev_priv()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 510 struct list_head link_keys;
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 584 struct list_head link_keys; member
|
Completed in 19 milliseconds