Home
last modified time | relevance | path

Searched refs:conn_hash (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/include/net/bluetooth/
Dhci_core.h569 struct hci_conn_hash conn_hash; member
1001 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add()
1027 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del()
1056 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num()
1076 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count()
1083 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type()
1104 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_bis()
1128 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_per_adv_bis()
1152 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_handle()
1171 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_ba()
[all …]
/Linux-v6.6/net/bluetooth/
Dhci_conn.c933 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_alloc_unset()
2007 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_pending()
2554 struct list_head *head = &hdev->conn_hash.list; in hci_conn_hash_flush()
2639 list_for_each_entry(c, &hdev->conn_hash.list, list) { in hci_get_conn_list()
2781 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_lookup_handle()
Dhci_sync.c816 if (hdev->conn_hash.le_num_peripheral > 0) { in is_advertising_allowed()
832 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed()
5438 struct list_head *head = &hdev->conn_hash.list; in hci_disconnect_all_sync()
6388 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync()
6394 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync()
6402 list_for_each_entry_rcu(link, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync()
6418 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_cis_sync()
Dhci_core.c2552 INIT_LIST_HEAD(&hdev->conn_hash.list); in hci_alloc_dev_priv()
3375 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent()
3412 struct hci_conn_hash *h = &hdev->conn_hash; in hci_link_tx_to()
3439 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_sent()
3501 struct hci_conn_hash *h = &hdev->conn_hash; in hci_prio_recalculate()
Dhci_event.c3821 list_for_each_entry_safe(conn, tmp, &hdev->conn_hash.list, list) { in hci_unbound_cis_failed()
6188 if (hdev->conn_hash.le_num_peripheral > 0 && in check_pending_le_conn()
7070 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_le_create_big_complete_evt()
Dmgmt.c3223 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
3235 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()