Lines Matching refs:next_update
1751 uint32_t next_update = UINT32_MAX; in address_lifetime_timeout() local
1770 if (this_update < next_update) { in address_lifetime_timeout()
1771 next_update = this_update; in address_lifetime_timeout()
1779 if (next_update != UINT32_MAX) { in address_lifetime_timeout()
1780 NET_DBG("Waiting for %d ms", (int32_t)next_update); in address_lifetime_timeout()
1782 k_work_reschedule(&address_lifetime_timer, K_MSEC(next_update)); in address_lifetime_timeout()
2600 uint32_t next_update = UINT32_MAX; in prefix_lifetime_timeout() local
2626 if (this_update < next_update) { in prefix_lifetime_timeout()
2627 next_update = this_update; in prefix_lifetime_timeout()
2635 if (next_update != UINT32_MAX) { in prefix_lifetime_timeout()
2636 k_work_reschedule(&prefix_lifetime_timer, K_MSEC(next_update)); in prefix_lifetime_timeout()