HomeSort by: relevance | last modified time | path
    Searched defs:wgp_handshake_timeout_timer (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
if_wg.c 656 callout_t wgp_handshake_timeout_timer; member in struct:wg_peer
2001 callout_schedule(&wgp->wgp_handshake_timeout_timer,
2371 callout_halt(&wgp->wgp_handshake_timeout_timer, NULL);
3888 callout_init(&wgp->wgp_handshake_timeout_timer, CALLOUT_MPSAFE);
3889 callout_setfunc(&wgp->wgp_handshake_timeout_timer,
3965 callout_halt(&wgp->wgp_handshake_timeout_timer, NULL);

Completed in 16 milliseconds