Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Digmp.c1653 static struct callout igmpfast_callout; variable
1670 callout_reset(&igmpfast_callout, hz / IGMP_FASTHZ, igmp_fasttimo, NULL); in igmp_fasttimo()
3697 callout_init(&igmpfast_callout, 1); in igmp_modevent()
3698 callout_reset(&igmpfast_callout, hz / IGMP_FASTHZ, in igmp_modevent()