Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dif_wg.c192 struct callout p_new_handshake; member
405 callout_init(&peer->p_new_handshake, true); in wg_peer_alloc()
957 callout_stop(&peer->p_new_handshake); in wg_timers_disable()
992 !callout_pending(&peer->p_new_handshake)) in wg_timers_event_data_sent()
993 callout_reset(&peer->p_new_handshake, MSEC_2_TICKS( in wg_timers_event_data_sent()
1026 callout_stop(&peer->p_new_handshake); in wg_timers_event_any_authenticated_packet_received()