Searched refs:this_update (Results 1 – 2 of 2) sorted by relevance
501 uint32_t this_update = net_timeout_evaluate(timeout, in route_lifetime_timeout() local504 if (this_update == 0U) { in route_lifetime_timeout()509 if (this_update < next_update) { in route_lifetime_timeout()510 next_update = this_update; in route_lifetime_timeout()
1724 uint32_t this_update = net_timeout_evaluate(timeout, in address_lifetime_timeout() local1727 if (this_update == 0U) { in address_lifetime_timeout()1732 if (this_update < next_update) { in address_lifetime_timeout()1733 next_update = this_update; in address_lifetime_timeout()2556 uint32_t this_update = net_timeout_evaluate(timeout, in prefix_lifetime_timeout() local2559 if (this_update == 0U) { in prefix_lifetime_timeout()2568 if (this_update < next_update) { in prefix_lifetime_timeout()2569 next_update = this_update; in prefix_lifetime_timeout()