Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dip_input.c296 #define IPFRAG_TIMEO (hz / PR_SLOWHZ) macro
398 callout_reset_bycpu(&fragq->timeo_ch, IPFRAG_TIMEO, in ip_init()
1420 callout_reset(&fragq->timeo_ch, IPFRAG_TIMEO, ipfrag_timeo, NULL); in ipfrag_timeo_dispatch()