Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
H A Dfrag6.c59 #define FRAG6_SLOWTIMO (hz / PR_SLOWHZ) macro
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()