Home
last modified time | relevance | path

Searched refs:timo_ch (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netinet6/
H A Din6_rmx.c109 struct callout timo_ch; member
417 callout_reset(&ctx->timo_ch, tvtohz_high(&atv), in6_rtqtimo, NULL); in in6_rtqtimo_dispatch()
493 callout_reset(&ctx->timo_ch, tvtohz_high(&atv), in6_mtutimo, NULL); in in6_mtutimo_dispatch()
537 callout_init_mp(&ctx->timo_ch); in in6_inithead()
543 callout_init_mp(&ctx->timo_ch); in in6_inithead()
/dragonfly/sys/netinet/
H A Din_rmx.c76 struct callout timo_ch; member
384 callout_reset(&pcpu->timo_ch, tvtohz_high(&atv), in_rtqtimo, NULL); in in_rtqtimo_dispatch()
499 callout_init_mp(&pcpu->timo_ch); in in_inithead()