Searched refs:p_send_keepalive (Results 1 – 1 of 1) sorted by relevance
193 struct callout p_send_keepalive; member418 callout_init(&peer->p_send_keepalive, true); in wg_peer_create()1047 callout_stop(&peer->p_send_keepalive); in wg_timers_disable()1095 if (!callout_pending(&peer->p_send_keepalive)) in wg_timers_event_data_received()1096 callout_reset(&peer->p_send_keepalive, in wg_timers_event_data_received()1109 callout_stop(&peer->p_send_keepalive); in wg_timers_event_any_authenticated_packet_sent()1215 callout_stop(&peer->p_send_keepalive); in wg_timers_run_retry_handshake()1238 callout_reset(&peer->p_send_keepalive, in wg_timers_run_send_keepalive()