Searched refs:long_term_keys (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 1090 list_for_each_entry_safe(k, tmp, &hdev->long_term_keys, list) { in hci_smp_ltks_clear() 1213 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_find_ltk() 1364 list_add_rcu(&key->list, &hdev->long_term_keys); in hci_add_ltk() 1423 list_for_each_entry_safe(k, tmp, &hdev->long_term_keys, list) { in hci_remove_ltk() 1477 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_bdaddr_is_paired() 2548 INIT_LIST_HEAD(&hdev->long_term_keys); in hci_alloc_dev_priv()
|
H A D | hci_debugfs.c | 837 list_for_each_entry_rcu(ltk, &hdev->long_term_keys, list) in long_term_keys_show() 847 DEFINE_SHOW_ATTRIBUTE(long_term_keys); variable 1213 debugfs_create_file("long_term_keys", 0400, hdev->debugfs, hdev, in hci_debugfs_create_le()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_debugfs.c | 793 list_for_each_entry_rcu(ltk, &hdev->long_term_keys, list) in long_term_keys_show() 803 DEFINE_SHOW_ATTRIBUTE(long_term_keys); variable 1177 debugfs_create_file("long_term_keys", 0400, hdev->debugfs, hdev, in hci_debugfs_create_le()
|
H A D | hci_core.c | 2359 list_for_each_entry_safe(k, tmp, &hdev->long_term_keys, list) { in hci_smp_ltks_clear() 2482 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_find_ltk() 2633 list_add_rcu(&key->list, &hdev->long_term_keys); in hci_add_ltk() 2692 list_for_each_entry_safe(k, tmp, &hdev->long_term_keys, list) { in hci_remove_ltk() 2746 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_bdaddr_is_paired() 3666 INIT_LIST_HEAD(&hdev->long_term_keys); in hci_alloc_dev()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 511 struct list_head long_term_keys;
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 585 struct list_head long_term_keys; member
|
Completed in 20 milliseconds