Searched refs:conn_hash (Results 1 – 6 of 6) sorted by relevance
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 554 struct hci_conn_hash conn_hash; member 1032 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add() 1061 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del() 1093 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num() 1115 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count() 1123 struct hci_conn_hash *c = &hdev->conn_hash; in hci_iso_count() 1130 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_valid() 1148 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type() 1169 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_bis() 1191 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_create_pa_sync() [all …]
|
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 2505 INIT_LIST_HEAD(&hdev->conn_hash.list); in hci_alloc_dev_priv() 3401 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent() 3443 struct hci_conn_hash *h = &hdev->conn_hash; in hci_link_tx_to() 3465 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_sent() 3527 struct hci_conn_hash *h = &hdev->conn_hash; in hci_prio_recalculate()
|
| H A D | hci_conn.c | 2185 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_pending() 2754 struct list_head *head = &hdev->conn_hash.list; in hci_conn_hash_flush() 2823 list_for_each_entry(c, &hdev->conn_hash.list, list) { in hci_get_conn_list() 2965 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_lookup_handle()
|
| H A D | hci_sync.c | 979 if (hdev->conn_hash.le_num_peripheral > 0) { in is_advertising_allowed() 995 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed() 6024 struct list_head *head = &hdev->conn_hash.list; in hci_disconnect_all_sync() 7022 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync() 7028 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync() 7036 list_for_each_entry_rcu(link, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync() 7052 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync()
|
| H A D | hci_event.c | 3845 list_for_each_entry_safe(conn, tmp, &hdev->conn_hash.list, list) { in hci_unbound_cis_failed() 6158 if (hdev->conn_hash.le_num_peripheral > 0 && in check_pending_le_conn()
|
| H A D | mgmt.c | 3408 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections() 3420 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
|