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