Searched refs:ips_mld_slowtimeout_id (Results 1 – 4 of 4) sorted by relevance
224 timeout_id_t ips_mld_slowtimeout_id; member
1814 ipst->ips_mld_slowtimeout_id = timeout(mld_slowtimo, in mld_slowtimo()1817 ipst->ips_mld_slowtimeout_id = 0; in mld_slowtimo()
4466 ret = untimeout(ipst->ips_mld_slowtimeout_id); in ip_stack_fini()4468 ASSERT(ipst->ips_mld_slowtimeout_id == 0); in ip_stack_fini()4470 ASSERT(ipst->ips_mld_slowtimeout_id != 0); in ip_stack_fini()4471 ipst->ips_mld_slowtimeout_id = 0; in ip_stack_fini()
16840 if (ipst->ips_mld_slowtimeout_id == 0) { in ipif_set_values_tail()16841 ipst->ips_mld_slowtimeout_id = timeout(mld_slowtimo, in ipif_set_values_tail()