Home
last modified time | relevance | path

Searched refs:blocked_keys (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/net/bluetooth/
Dhci_debugfs.c164 list_for_each_entry_rcu(key, &hdev->blocked_keys, list) in blocked_keys_show()
171 DEFINE_SHOW_ATTRIBUTE(blocked_keys);
Dhci_core.c1110 list_for_each_entry_safe(b, tmp, &hdev->blocked_keys, list) { in hci_blocked_keys_clear()
1122 list_for_each_entry_rcu(b, &hdev->blocked_keys, list) { in hci_is_blocked_key()
2557 INIT_LIST_HEAD(&hdev->blocked_keys); in hci_alloc_dev_priv()
Dmgmt.c4233 list_add_rcu(&b->list, &hdev->blocked_keys); in set_blocked_keys()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h592 struct list_head blocked_keys; member