Home
last modified time | relevance | path

Searched refs:link_keys (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/bluetooth/
Dhci_debugfs.c369 list_for_each_entry_rcu(key, &hdev->link_keys, list) in link_keys_show()
377 DEFINE_SHOW_ATTRIBUTE(link_keys);
Dhci_core.c2266 list_for_each_entry_rcu(key, &hdev->link_keys, list) { in hci_link_keys_clear()
2297 list_for_each_entry_rcu(k, &hdev->link_keys, list) { in hci_find_link_key()
2438 list_add_rcu(&key->list, &hdev->link_keys); in hci_add_link_key()
3214 INIT_LIST_HEAD(&hdev->link_keys); in hci_alloc_dev()
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h391 struct list_head link_keys; member