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

  /src/sys/netinet6/
nd6.c 119 static callout_t nd6_timer_ch; variable in typeref:typename:callout_t
154 callout_init(&nd6_timer_ch, CALLOUT_MPSAFE);
164 callout_reset(&nd6_timer_ch, hz, nd6_timer, NULL);
456 callout_reset(&nd6_timer_ch, nd6_prune * hz,

Completed in 14 milliseconds