Searched refs:handshake_timer (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c730 callout_schedule(&tls_ofld->handshake_timer, TLS_SRV_HELLO_RD_TM * hz);
742 callout_reset(&tls_ofld->handshake_timer, TLS_SRV_HELLO_BKOFF_TM * hz,
753 callout_stop(&tls_ofld->handshake_timer);
858 callout_init_mtx(&tls_ofld->handshake_timer,
H A Dt4_tls.h270 struct callout handshake_timer; member in struct:tls_ofld_info

Completed in 97 milliseconds