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

  /src/sys/net/
if_wg.c 657 callout_t wgp_session_dtor_timer; member in struct:wg_peer
2831 if (callout_pending(&wgp->wgp_session_dtor_timer)) {
2837 callout_schedule(&wgp->wgp_session_dtor_timer,
3561 callout_halt(&wgp->wgp_session_dtor_timer, NULL);
3891 callout_init(&wgp->wgp_session_dtor_timer, CALLOUT_MPSAFE);
3892 callout_setfunc(&wgp->wgp_session_dtor_timer,
3966 callout_halt(&wgp->wgp_session_dtor_timer, NULL);

Completed in 15 milliseconds