Home
last modified time | relevance | path

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

/net/bluetooth/
A Dmgmt_util.c331 cb(mesh_tx, data); in mgmt_mesh_foreach()
344 return mesh_tx; in mgmt_mesh_next()
359 return mesh_tx; in mgmt_mesh_find()
370 mesh_tx = kzalloc(sizeof(*mesh_tx), GFP_KERNEL); in mgmt_mesh_add()
371 if (!mesh_tx) in mgmt_mesh_add()
381 mesh_tx->param_len = len; in mgmt_mesh_add()
382 mesh_tx->sk = sk; in mgmt_mesh_add()
387 return mesh_tx; in mgmt_mesh_add()
392 list_del(&mesh_tx->list); in mgmt_mesh_remove()
393 sock_put(mesh_tx->sk); in mgmt_mesh_remove()
[all …]
A Dmgmt_util.h69 void (*cb)(struct mgmt_mesh_tx *mesh_tx, void *data),
75 void mgmt_mesh_remove(struct mgmt_mesh_tx *mesh_tx);
A Dmgmt.c1073 mgmt_mesh_remove(mesh_tx); in mesh_send_complete()
1085 if (mesh_tx) in mesh_send_done_sync()
1097 if (!mesh_tx) in mesh_next()
2266 mesh_tx->handle); in mesh_send_sync()
2346 if (mesh_tx) in send_cancel()
2348 } while (mesh_tx); in send_cancel()
2352 if (mesh_tx && mesh_tx->sk == cmd->sk) in send_cancel()
2431 if (!mesh_tx) in mesh_send()
2442 if (mesh_tx) { in mesh_send()
10478 if (mesh_tx) in mgmt_cleanup()
[all …]

Completed in 638 milliseconds