Home
last modified time | relevance | path

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

/src/sys/netinet6/
H A Dfrag6.c164 #define IP6_CALLOUT_INTERVAL_MS 500 macro
223 return (ms / IP6_CALLOUT_INTERVAL_MS); in frag6_milli_to_callout_ticks()
229 return (ms * IP6_CALLOUT_INTERVAL_MS); in frag6_callout_ticks_to_milli()
998 callout_reset_sbt(&frag6_callout, SBT_1MS * IP6_CALLOUT_INTERVAL_MS, in frag6_slowtimo()
1007 callout_reset_sbt(&frag6_callout, SBT_1MS * IP6_CALLOUT_INTERVAL_MS, in frag6_slowtimo_init()