Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/wg/
H A Dwg_noise.c87 bool kp_can_send; member
720 atomic_store_bool(&kp->kp_can_send, false); in noise_remote_expire_current()
723 atomic_store_bool(&kp->kp_can_send, false); in noise_remote_expire_current()
759 if (kp != NULL && atomic_load_bool(&kp->kp_can_send)) { in noise_keypair_current()
761 atomic_store_bool(&kp->kp_can_send, false); in noise_keypair_current()
864 if (!atomic_load_bool(&kp->kp_can_send)) in noise_keypair_counter_next()
875 atomic_store_bool(&kp->kp_can_send, false); in noise_keypair_counter_next()
959 refresh = (kp != NULL && atomic_load_bool(&kp->kp_can_send)); in noise_keypair_should_refresh()
1309 kp->kp_can_send = true; in noise_begin_session()