Searched refs:long_term_keys (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/net/bluetooth/ |
| D | hci_core.c | 1089 list_for_each_entry_safe(k, tmp, &hdev->long_term_keys, list) { in hci_smp_ltks_clear() 1212 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_find_ltk() 1363 list_add_rcu(&key->list, &hdev->long_term_keys); in hci_add_ltk() 1422 list_for_each_entry_safe(k, tmp, &hdev->long_term_keys, list) { in hci_remove_ltk() 1476 list_for_each_entry_rcu(k, &hdev->long_term_keys, list) { in hci_bdaddr_is_paired() 2544 INIT_LIST_HEAD(&hdev->long_term_keys); in hci_alloc_dev_priv()
|
| 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);
|
| /Linux-v6.6/include/net/bluetooth/ |
| D | hci_core.h | 577 struct list_head long_term_keys; member
|