Searched refs:handshake_timer (Results 1 – 2 of 2) sorted by relevance
728 callout_schedule(&tls_ofld->handshake_timer, TLS_SRV_HELLO_RD_TM * hz); in tls_send_handshake_ack()740 callout_reset(&tls_ofld->handshake_timer, TLS_SRV_HELLO_BKOFF_TM * hz, in tls_start_handshake_timer()751 callout_stop(&tls_ofld->handshake_timer); in tls_stop_handshake_timer()856 callout_init_mtx(&tls_ofld->handshake_timer, in tls_init_toep()
270 struct callout handshake_timer; member