Searched refs:conn_hash (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci_core.h | 545 struct hci_conn_hash conn_hash; member 984 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add() 1007 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del() 1033 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num() 1051 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count() 1058 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_valid() 1076 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type() 1097 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_bis() 1119 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_create_pa_sync() 1145 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_per_adv_bis() [all …]
|
| /linux-6.15/net/bluetooth/ |
| H A D | hci_sync.c | 977 if (hdev->conn_hash.le_num_peripheral > 0) { in is_advertising_allowed() 993 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed() 5626 struct list_head *head = &hdev->conn_hash.list; in hci_disconnect_all_sync() 6578 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync() 6584 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync() 6592 list_for_each_entry_rcu(link, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync() 6608 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync()
|
| H A D | hci_conn.c | 2001 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_pending() 2521 struct list_head *head = &hdev->conn_hash.list; in hci_conn_hash_flush() 2590 list_for_each_entry(c, &hdev->conn_hash.list, list) { in hci_get_conn_list() 2732 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_lookup_handle()
|
| H A D | hci_core.c | 2507 INIT_LIST_HEAD(&hdev->conn_hash.list); in hci_alloc_dev_priv() 3364 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent() 3401 struct hci_conn_hash *h = &hdev->conn_hash; in hci_link_tx_to() 3428 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_sent() 3490 struct hci_conn_hash *h = &hdev->conn_hash; in hci_prio_recalculate()
|
| H A D | hci_event.c | 3806 list_for_each_entry_safe(conn, tmp, &hdev->conn_hash.list, list) { in hci_unbound_cis_failed() 5951 if (hdev->conn_hash.le_num_peripheral > 0 && in check_pending_le_conn()
|
| H A D | mgmt.c | 3260 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections() 3272 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
|