Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
H A Dfrag6.c86 static struct callout frag6_slowtimo_ch; variable
113 callout_init_mp(&frag6_slowtimo_ch); in frag6_init()
117 callout_reset_bycpu(&frag6_slowtimo_ch, FRAG6_SLOWTIMO, in frag6_init()
681 callout_reset(&frag6_slowtimo_ch, FRAG6_SLOWTIMO, frag6_slowtimo, NULL); in frag6_slowtimo_dispatch()