Searched refs:r_previous (Results 1 – 1 of 1) sorted by relevance
116 struct noise_keypair *r_next, *r_current, *r_previous; member576 kp = atomic_load_ptr(&r->r_previous); in noise_remote_keypairs_clear()577 atomic_store_ptr(&r->r_previous, NULL); in noise_remote_keypairs_clear()612 previous = atomic_load_ptr(&r->r_previous); in noise_add_new_keypair()617 atomic_store_ptr(&r->r_previous, next); in noise_add_new_keypair()620 atomic_store_ptr(&r->r_previous, current); in noise_add_new_keypair()627 atomic_store_ptr(&r->r_previous, NULL); in noise_add_new_keypair()741 old = atomic_load_ptr(&r->r_previous); in noise_keypair_received_with()742 atomic_store_ptr(&r->r_previous, atomic_load_ptr(&r->r_current)); in noise_keypair_received_with()