Searched refs:global_next (Results 1 – 1 of 1) sorted by relevance
1398 uint_t global_next = INFINITY; in igmp_timeout_handler() local1420 if (next < global_next) in igmp_timeout_handler()1421 global_next = next; in igmp_timeout_handler()1426 if (global_next != INFINITY) in igmp_timeout_handler()1427 igmp_start_timers(global_next, ipst); in igmp_timeout_handler()1617 uint_t global_next = INFINITY; in mld_timeout_handler() local1639 if (next < global_next) in mld_timeout_handler()1640 global_next = next; in mld_timeout_handler()1645 if (global_next != INFINITY) in mld_timeout_handler()1646 mld_start_timers(global_next, ipst); in mld_timeout_handler()