Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dmgmt_util.c317 if (list_empty(&hdev->mesh_pending)) in mgmt_mesh_next()
320 list_for_each_entry(mesh_tx, &hdev->mesh_pending, list) { in mgmt_mesh_next()
332 if (list_empty(&hdev->mesh_pending)) in mgmt_mesh_find()
335 list_for_each_entry(mesh_tx, &hdev->mesh_pending, list) { in mgmt_mesh_find()
363 list_add_tail(&mesh_tx->list, &hdev->mesh_pending); in mgmt_mesh_add()
H A Dhci_core.c2493 INIT_LIST_HEAD(&hdev->mesh_pending); in hci_alloc_dev_priv()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h547 struct list_head mesh_pending; member