Searched refs:conn_hash (Results 1 – 6 of 6) sorted by relevance
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 556 struct hci_conn_hash conn_hash; member 1016 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add() 1045 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del() 1077 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num() 1099 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count() 1107 struct hci_conn_hash *c = &hdev->conn_hash; in hci_iso_count() 1114 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_valid() 1132 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type() 1153 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_bis() 1175 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 | 2542 INIT_LIST_HEAD(&hdev->conn_hash.list); in hci_alloc_dev_priv() 3425 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent() 3467 struct hci_conn_hash *h = &hdev->conn_hash; in hci_link_tx_to() 3489 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_sent() 3551 struct hci_conn_hash *h = &hdev->conn_hash; in hci_prio_recalculate()
|
| H A D | hci_conn.c | 2152 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_pending() 2721 struct list_head *head = &hdev->conn_hash.list; in hci_conn_hash_flush() 2790 list_for_each_entry(c, &hdev->conn_hash.list, list) { in hci_get_conn_list() 2932 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_lookup_handle()
|
| H A D | hci_sync.c | 990 if (hdev->conn_hash.le_num_peripheral > 0) { in is_advertising_allowed() 1006 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed() 5773 struct list_head *head = &hdev->conn_hash.list; in hci_disconnect_all_sync() 6729 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync() 6735 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync() 6743 list_for_each_entry_rcu(link, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync() 6759 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync()
|
| H A D | hci_event.c | 3819 list_for_each_entry_safe(conn, tmp, &hdev->conn_hash.list, list) { in hci_unbound_cis_failed() 6115 if (hdev->conn_hash.le_num_peripheral > 0 && in check_pending_le_conn()
|
| H A D | mgmt.c | 3363 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections() 3375 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
|