Thread (48 messages) 48 messages, 4 authors, 2025-11-13

Re: [PATCH net-next v4 13/15] quic: add timer management

From: Paolo Abeni <pabeni@redhat.com>
Date: 2025-11-04 12:33:26
Also in: linux-cifs

On 10/29/25 3:35 PM, Xin Long wrote:
+void quic_timer_stop(struct sock *sk, u8 type)
+{
+	if (type == QUIC_TIMER_PACE) {
+		if (hrtimer_try_to_cancel(quic_timer(sk, type)) == 1)
+			sock_put(sk);
+		return;
+	}
+	if (timer_delete(quic_timer(sk, type)))
timer_shutdown()

Other than that:

Acked-by: Paolo Abeni <pabeni@redhat.com>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help