Searched refs:hci_sk_list (Results 1 – 1 of 1) sorted by relevance
65 static struct bt_sock_list hci_sk_list = { variable66 .lock = __RW_LOCK_UNLOCKED(hci_sk_list.lock)77 read_lock(&hci_sk_list.lock); in hci_send_to_sock()79 sk_for_each(sk, &hci_sk_list.head) { in hci_send_to_sock()135 read_unlock(&hci_sk_list.lock); in hci_send_to_sock()147 read_lock(&hci_sk_list.lock); in hci_send_to_control()149 sk_for_each(sk, &hci_sk_list.head) { in hci_send_to_control()170 read_unlock(&hci_sk_list.lock); in hci_send_to_control()208 read_lock(&hci_sk_list.lock); in hci_send_to_monitor()210 sk_for_each(sk, &hci_sk_list.head) { in hci_send_to_monitor()[all …]