Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Digmp.c75 #define IGMP_SLOWTIMO (hz / PR_SLOWHZ) macro
139 callout_reset_bycpu(&igmp_slowtimo_ch, IGMP_SLOWTIMO, in igmp_init()
489 callout_reset(&igmp_slowtimo_ch, IGMP_SLOWTIMO, igmp_slowtimo, NULL); in igmp_slowtimo_dispatch()