Searched refs:conn_hash (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci_core.h | 385 struct hci_conn_hash conn_hash; member 712 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add() 735 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del() 761 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num() 779 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count() 786 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type() 807 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_handle() 826 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_ba() 847 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_le() 870 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_state() [all …]
|
| /Linux-v5.4/net/bluetooth/ |
| D | hci_conn.c | 150 list_for_each_entry_rcu(c, &hdev->conn_hash.list, list) { in le_scan_cleanup() 1480 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_flush() 1560 list_for_each_entry(c, &hdev->conn_hash.list, list) { in hci_get_conn_list() 1702 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_lookup_handle()
|
| D | hci_core.c | 3223 INIT_LIST_HEAD(&hdev->conn_hash.list); in hci_alloc_dev() 3798 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent() 3857 struct hci_conn_hash *h = &hdev->conn_hash; in hci_link_tx_to() 3879 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_sent() 3960 struct hci_conn_hash *h = &hdev->conn_hash; in hci_prio_recalculate()
|
| D | hci_request.c | 1021 if (hdev->conn_hash.le_num_slave > 0) { in is_advertising_allowed() 1035 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_slave) { in is_advertising_allowed()
|
| D | mgmt.c | 1143 list_for_each_entry(conn, &hdev->conn_hash.list, list) { in clean_up_hci_state() 2605 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections() 2617 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
|
| D | hci_event.c | 5162 if (hdev->conn_hash.le_num_slave > 0) in check_pending_le_conn()
|