Searched refs:ips_mld_time_to_next (Results 1 – 2 of 2) sorted by relevance
234 ipst->ips_mld_time_to_next = in mld_start_timers()235 MIN(ipst->ips_mld_time_to_next, next); in mld_start_timers()246 ipst->ips_mld_time_to_next = next; in mld_start_timers()250 MSEC_TO_TICK(ipst->ips_mld_time_to_next)); in mld_start_timers()265 MSEC_TO_TICK(ipst->ips_mld_time_to_next) - ddi_get_lbolt(); in mld_start_timers()291 if (ipst->ips_mld_time_to_next != 0 && in mld_start_timers()293 ipst->ips_mld_time_to_next = in mld_start_timers()294 MIN(ipst->ips_mld_time_to_next, next); in mld_start_timers()296 (void *)ipst, MSEC_TO_TICK(ipst->ips_mld_time_to_next)); in mld_start_timers()1627 ipst->ips_mld_time_to_next = 0; in mld_timeout_handler()
211 int ips_mld_time_to_next; /* Time since last timeout */ member