Home
last modified time | relevance | path

Searched refs:mesh_pending (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/bluetooth/
Dmgmt_util.c334 if (list_empty(&hdev->mesh_pending)) in mgmt_mesh_next()
337 list_for_each_entry(mesh_tx, &hdev->mesh_pending, list) { in mgmt_mesh_next()
349 if (list_empty(&hdev->mesh_pending)) in mgmt_mesh_find()
352 list_for_each_entry(mesh_tx, &hdev->mesh_pending, list) { in mgmt_mesh_find()
380 list_add_tail(&mesh_tx->list, &hdev->mesh_pending); in mgmt_mesh_add()
Dhci_core.c2508 INIT_LIST_HEAD(&hdev->mesh_pending); in hci_alloc_dev_priv()
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h568 struct list_head mesh_pending; member