Searched refs:mesh_tx (Results 1 – 3 of 3) sorted by relevance
309 cb(mesh_tx, data); in mgmt_mesh_foreach()322 return mesh_tx; in mgmt_mesh_next()337 return mesh_tx; in mgmt_mesh_find()348 mesh_tx = kzalloc(sizeof(*mesh_tx), GFP_KERNEL); in mgmt_mesh_add()349 if (!mesh_tx) in mgmt_mesh_add()359 mesh_tx->param_len = len; in mgmt_mesh_add()360 mesh_tx->sk = sk; in mgmt_mesh_add()365 return mesh_tx; in mgmt_mesh_add()370 list_del(&mesh_tx->list); in mgmt_mesh_remove()371 sock_put(mesh_tx->sk); in mgmt_mesh_remove()[all …]
69 void (*cb)(struct mgmt_mesh_tx *mesh_tx, void *data),75 void mgmt_mesh_remove(struct mgmt_mesh_tx *mesh_tx);
1075 mgmt_mesh_remove(mesh_tx); in mesh_send_complete()1086 if (mesh_tx) in mesh_send_done_sync()1098 if (!mesh_tx) in mesh_next()2253 mesh_tx->handle); in mesh_send_sync()2333 if (mesh_tx) in send_cancel()2335 } while (mesh_tx); in send_cancel()2339 if (mesh_tx && mesh_tx->sk == cmd->sk) in send_cancel()2418 if (!mesh_tx) in mesh_send()2429 if (mesh_tx) { in mesh_send()10472 if (mesh_tx) in mgmt_cleanup()[all …]