Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Datomic_common.h73 #define atomic_load_bool(p) \ macro
87 #define atomic_load_bool(p) \ macro
/dragonfly/sys/net/wg/
H A Dif_wg.c1235 if (atomic_load_bool(&peer->p_enabled)) in wg_timers_set_persistent_keepalive()
1262 if (atomic_load_bool(&peer->p_enabled) && in wg_timers_event_data_sent()
1277 if (atomic_load_bool(&peer->p_enabled)) { in wg_timers_event_data_received()
1319 if (atomic_load_bool(&peer->p_enabled) && interval > 0) { in wg_timers_event_any_authenticated_packet_traversal()
1333 if (atomic_load_bool(&peer->p_enabled)) { in wg_timers_event_handshake_initiated()
1347 if (atomic_load_bool(&peer->p_enabled)) { in wg_timers_event_handshake_complete()
1365 if (atomic_load_bool(&peer->p_enabled)) { in wg_timers_event_session_derived()
1379 if (atomic_load_bool(&peer->p_enabled)) in wg_timers_event_want_initiation()
1414 if (atomic_load_bool(&peer->p_enabled) && in wg_timers_run_retry_handshake()
1430 if (atomic_load_bool(&peer->p_enabled) && in wg_timers_run_send_keepalive()
[all …]
H A Dwg_noise.c759 if (kp != NULL && atomic_load_bool(&kp->kp_can_send)) { in noise_keypair_current()
864 if (!atomic_load_bool(&kp->kp_can_send)) in noise_keypair_counter_next()
959 refresh = (kp != NULL && atomic_load_bool(&kp->kp_can_send)); in noise_keypair_should_refresh()