Home
last modified time | relevance | path

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

/linux/drivers/net/wireguard/
H A Dtimers.c51 timer_delete(&peer->timer_send_keepalive); in wg_expired_retransmit_handshake()
82 timer_send_keepalive); in wg_expired_send_keepalive()
87 mod_peer_timer(peer, &peer->timer_send_keepalive, in wg_expired_send_keepalive()
160 if (!timer_pending(&peer->timer_send_keepalive)) in wg_timers_data_received()
161 mod_peer_timer(peer, &peer->timer_send_keepalive, in wg_timers_data_received()
173 timer_delete(&peer->timer_send_keepalive); in wg_timers_any_authenticated_packet_sent()
226 timer_setup(&peer->timer_send_keepalive, wg_expired_send_keepalive, 0); in wg_timers_init()
241 timer_delete_sync(&peer->timer_send_keepalive); in wg_timers_stop()
H A Dpeer.h53 struct timer_list timer_retransmit_handshake, timer_send_keepalive; member