Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Datomic_common.h74 #define atomic_load_bool(p) \ macro
88 #define atomic_load_bool(p) \ macro
H A Datomic_san.h139 #define atomic_load_bool ATOMIC_SAN(load_bool) macro
/freebsd-14.2/sys/dev/wg/
H A Dif_wg.c969 if (atomic_load_bool(&peer->p_enabled)) in wg_timers_set_persistent_keepalive()
989 if (atomic_load_bool(&peer->p_enabled) && in wg_timers_event_data_sent()
1003 if (atomic_load_bool(&peer->p_enabled)) { in wg_timers_event_data_received()
1034 if (atomic_load_bool(&peer->p_enabled) && interval > 0) in wg_timers_event_any_authenticated_packet_traversal()
1046 if (atomic_load_bool(&peer->p_enabled)) in wg_timers_event_handshake_initiated()
1059 if (atomic_load_bool(&peer->p_enabled)) { in wg_timers_event_handshake_complete()
1075 if (atomic_load_bool(&peer->p_enabled)) in wg_timers_event_session_derived()
1087 if (atomic_load_bool(&peer->p_enabled)) in wg_timers_event_want_initiation()
1127 if (atomic_load_bool(&peer->p_enabled) && in wg_timers_run_retry_handshake()
1144 if (atomic_load_bool(&peer->p_enabled) && in wg_timers_run_send_keepalive()
[all …]
H A Dwg_noise.c709 if (kp != NULL && atomic_load_bool(&kp->kp_can_send)) { in noise_keypair_current()
796 if (!atomic_load_bool(&kp->kp_can_send)) in noise_keypair_nonce_next()
867 keep_key_fresh = current != NULL && atomic_load_bool(&current->kp_can_send); in noise_keep_key_fresh_send()
896 keep_key_fresh = current != NULL && atomic_load_bool(&current->kp_can_send) && in noise_keep_key_fresh_recv()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf_ioctl.c6657 if (atomic_load_bool(&V_pf_pfil_eth_hooked)) in hook_pf_eth()
6694 if (atomic_load_bool(&V_pf_pfil_hooked)) in hook_pf()
6761 if (!atomic_load_bool(&V_pf_pfil_eth_hooked)) in dehook_pf_eth()
6774 if (!atomic_load_bool(&V_pf_pfil_hooked)) in dehook_pf()