taglinefilesource code
max_resp_time206net/ipv4/igmp.cstatic void igmp_start_timer(struct ip_mc_list *im,unsigned char max_resp_time)
max_resp_time211net/ipv4/igmp.ctv=random()%(max_resp_time*HZ/IGMP_TIMER_SCALE); /* Pick a number any number 8) */
max_resp_time279net/ipv4/igmp.cstatic void igmp_heard_query(struct device *dev,unsigned char max_resp_time)
max_resp_time287net/ipv4/igmp.cif(max_resp_time>0)
max_resp_time307net/ipv4/igmp.cif(im->timer.expires>max_resp_time*HZ/IGMP_TIMER_SCALE)
max_resp_time310net/ipv4/igmp.cigmp_start_timer(im,max_resp_time);
max_resp_time316net/ipv4/igmp.cigmp_start_timer(im,max_resp_time);
max_resp_time323net/ipv4/igmp.cmax_resp_time=IGMP_MAX_HOST_REPORT_DELAY*IGMP_TIMER_SCALE;
max_resp_time338net/ipv4/igmp.cigmp_start_timer(im,max_resp_time);