taglinefilesource code
IGMP_TIMER_SCALE223net/ipv4/igmp.ctv=random()%(max_resp_time*HZ/IGMP_TIMER_SCALE); /* Pick a number any number 8) */
IGMP_TIMER_SCALE326net/ipv4/igmp.cif(im->timer.expires>max_resp_time*HZ/IGMP_TIMER_SCALE)
IGMP_TIMER_SCALE342net/ipv4/igmp.cmax_resp_time=IGMP_MAX_HOST_REPORT_DELAY*IGMP_TIMER_SCALE;