Searched refs:conn_hash (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/include/net/bluetooth/ |
D | hci_core.h | 566 struct hci_conn_hash conn_hash; member 979 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add() 1005 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del() 1034 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num() 1054 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count() 1061 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type() 1083 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_bis() 1105 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_handle() 1124 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_ba() 1145 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_le() [all …]
|
/linux-6.1.9/net/bluetooth/ |
D | hci_conn.c | 174 list_for_each_entry_rcu(c, &hdev->conn_hash.list, list) { in le_scan_cleanup() 1886 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_create_cis_sync() 2438 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_flush() 2518 list_for_each_entry(c, &hdev->conn_hash.list, list) { in hci_get_conn_list() 2660 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_lookup_handle()
|
D | hci_core.c | 2522 INIT_LIST_HEAD(&hdev->conn_hash.list); in hci_alloc_dev_priv() 3321 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent() 3358 struct hci_conn_hash *h = &hdev->conn_hash; in hci_link_tx_to() 3380 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_sent() 3442 struct hci_conn_hash *h = &hdev->conn_hash; in hci_prio_recalculate()
|
D | hci_request.c | 635 struct hci_conn_hash *h = &hdev->conn_hash; in hci_is_le_conn_scanning()
|
D | hci_sync.c | 788 if (hdev->conn_hash.le_num_peripheral > 0) { in is_advertising_allowed() 804 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed() 2510 struct hci_conn_hash *h = &hdev->conn_hash; in hci_is_le_conn_scanning() 5153 list_for_each_entry_safe(conn, tmp, &hdev->conn_hash.list, list) { in hci_disconnect_all_sync()
|
D | hci_event.c | 3830 list_for_each_entry_rcu(conn, &hdev->conn_hash.list, list) { in hci_cc_le_set_cig_params() 6109 if (hdev->conn_hash.le_num_peripheral > 0 && in check_pending_le_conn()
|
D | mgmt.c | 3197 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections() 3209 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
|