Searched refs:blocked_keys (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_debugfs.c | 162 list_for_each_entry_rcu(key, &hdev->blocked_keys, list) in blocked_keys_show() 169 DEFINE_SHOW_ATTRIBUTE(blocked_keys); variable 331 debugfs_create_file("blocked_keys", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
|
H A D | hci_core.c | 2379 list_for_each_entry_safe(b, tmp, &hdev->blocked_keys, list) { in hci_blocked_keys_clear() 2391 list_for_each_entry_rcu(b, &hdev->blocked_keys, list) { in hci_is_blocked_key() 3676 INIT_LIST_HEAD(&hdev->blocked_keys); in hci_alloc_dev()
|
H A D | mgmt.c | 3655 list_add_rcu(&b->list, &hdev->blocked_keys); in set_blocked_keys()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_debugfs.c | 164 list_for_each_entry_rcu(key, &hdev->blocked_keys, list) in blocked_keys_show() 171 DEFINE_SHOW_ATTRIBUTE(blocked_keys); variable 329 debugfs_create_file("blocked_keys", 0444, hdev->debugfs, hdev, in hci_debugfs_create_common()
|
H A D | hci_core.c | 1110 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() 2558 INIT_LIST_HEAD(&hdev->blocked_keys); in hci_alloc_dev_priv()
|
H A D | mgmt.c | 4166 list_add_rcu(&b->list, &hdev->blocked_keys); in set_blocked_keys()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 519 struct list_head blocked_keys;
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 593 struct list_head blocked_keys; member
|
Completed in 51 milliseconds