Searched refs:ndata (Results 1 – 2 of 2) sorted by relevance
48 struct notif_data *ndata = get_notif_data(prtn); in notif_async_is_started() local51 ret = ndata->notif_started; in notif_async_is_started()86 struct notif_data *ndata = get_notif_data(prtn); in notif_deliver_atomic_event() local94 if (ndata->notif_started) { in notif_deliver_atomic_event()98 ndata->notif_started = true; in notif_deliver_atomic_event()119 struct notif_data *ndata = get_notif_data(prtn); in notif_deliver_event() local130 if (!ndata || !ndata->notif_started) { in notif_deliver_event()136 ndata->notif_started = false; in notif_deliver_event()146 if (ev == NOTIF_EVENT_STOPPED && ndata->notif_started) { in notif_deliver_event()
408 uint8_t *ndata = (uint8_t *)&node->node + sizeof(node->node.hash); in calc_node_hash() local415 res = crypto_hash_update(ctx, ndata, nsize); in calc_node_hash()