tag | line | file | source code |
---|---|---|---|
IGMP_TIMER_SCALE | 226 | net/ipv4/igmp.c | tv=random()%(max_resp_time*HZ/IGMP_TIMER_SCALE); /* Pick a number any number 8) */ |
IGMP_TIMER_SCALE | 329 | net/ipv4/igmp.c | if(im->timer.expires>max_resp_time*HZ/IGMP_TIMER_SCALE) |
IGMP_TIMER_SCALE | 345 | net/ipv4/igmp.c | max_resp_time=IGMP_MAX_HOST_REPORT_DELAY*IGMP_TIMER_SCALE; |