Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/bluetooth/
A Dmgmt_util.c326 cb(mesh_tx, data); in mgmt_mesh_foreach()
339 return mesh_tx; in mgmt_mesh_next()
354 return mesh_tx; in mgmt_mesh_find()
365 mesh_tx = kzalloc(sizeof(*mesh_tx), GFP_KERNEL); in mgmt_mesh_add()
366 if (!mesh_tx) in mgmt_mesh_add()
376 mesh_tx->param_len = len; in mgmt_mesh_add()
377 mesh_tx->sk = sk; in mgmt_mesh_add()
382 return mesh_tx; in mgmt_mesh_add()
387 list_del(&mesh_tx->list); in mgmt_mesh_remove()
388 sock_put(mesh_tx->sk); in mgmt_mesh_remove()
[all …]
A Dmgmt_util.h73 void (*cb)(struct mgmt_mesh_tx *mesh_tx, void *data),
79 void mgmt_mesh_remove(struct mgmt_mesh_tx *mesh_tx);
A Dmgmt.c1078 mgmt_mesh_remove(mesh_tx); in mesh_send_complete()
1089 if (mesh_tx) in mesh_send_done_sync()
1101 if (!mesh_tx) in mesh_next()
2292 mesh_tx->handle); in mesh_send_sync()
2372 if (mesh_tx) in send_cancel()
2374 } while (mesh_tx); in send_cancel()
2378 if (mesh_tx && mesh_tx->sk == cmd->sk) in send_cancel()
2457 if (!mesh_tx) in mesh_send()
2468 if (mesh_tx) { in mesh_send()
10562 if (mesh_tx) in mgmt_cleanup()
[all …]

Completed in 19 milliseconds