Searched refs:conn_hash (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/net/bluetooth/ |
D | hci_core.h | 368 struct hci_conn_hash conn_hash; member 693 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add() 716 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del() 742 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num() 760 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count() 767 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type() 788 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_handle() 807 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_ba() 828 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_le() 851 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_state() [all …]
|
/Linux-v4.19/net/bluetooth/ |
D | hci_conn.c | 150 list_for_each_entry_rcu(c, &hdev->conn_hash.list, list) { in le_scan_cleanup() 1469 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_flush() 1549 list_for_each_entry(c, &hdev->conn_hash.list, list) { in hci_get_conn_list() 1691 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_lookup_handle()
|
D | hci_core.c | 3111 INIT_LIST_HEAD(&hdev->conn_hash.list); in hci_alloc_dev() 3686 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent() 3745 struct hci_conn_hash *h = &hdev->conn_hash; in hci_link_tx_to() 3767 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_sent() 3848 struct hci_conn_hash *h = &hdev->conn_hash; in hci_prio_recalculate()
|
D | hci_request.c | 1016 if (hdev->conn_hash.le_num_slave > 0) { in is_advertising_allowed() 1030 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() 2607 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections() 2620 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
|
D | hci_event.c | 5035 if (hdev->conn_hash.le_num_slave > 0) in check_pending_le_conn()
|