Searched refs:next_tx (Results 1 – 1 of 1) sorted by relevance
794 int64_t timeout, next_tx; in socket_loop() local840 next_tx = retransmit_request(ctx, now); in socket_loop()841 if (next_tx < next) { in socket_loop()842 next = next_tx; in socket_loop()845 next_tx = check_notifications(ctx, now); in socket_loop()846 if (next_tx < next) { in socket_loop()847 next = next_tx; in socket_loop()