taglinefilesource code
max_resp_time221net/ipv4/igmp.cstatic void igmp_start_timer(struct ip_mc_list *im,unsigned char max_resp_time)
max_resp_time226net/ipv4/igmp.ctv=random()%(max_resp_time*HZ/IGMP_TIMER_SCALE); /* Pick a number any number 8) */
max_resp_time301net/ipv4/igmp.cstatic void igmp_heard_query(struct device *dev,unsigned char max_resp_time)
max_resp_time309net/ipv4/igmp.cif(max_resp_time>0)
max_resp_time329net/ipv4/igmp.cif(im->timer.expires>max_resp_time*HZ/IGMP_TIMER_SCALE)
max_resp_time332net/ipv4/igmp.cigmp_start_timer(im,max_resp_time);
max_resp_time338net/ipv4/igmp.cigmp_start_timer(im,max_resp_time);
max_resp_time345net/ipv4/igmp.cmax_resp_time=IGMP_MAX_HOST_REPORT_DELAY*IGMP_TIMER_SCALE;
max_resp_time360net/ipv4/igmp.cigmp_start_timer(im,max_resp_time);