Home
last modified time | relevance | path

Searched refs:first_ackt (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/net/ipv4/
H A Dtcp_input.c3355 u64 first_ackt, last_ackt; in tcp_clean_rtx_queue() local
3368 first_ackt = 0; in tcp_clean_rtx_queue()
3397 if (!first_ackt) in tcp_clean_rtx_queue()
3398 first_ackt = last_ackt; in tcp_clean_rtx_queue()
3461 if (likely(first_ackt) && !(flag & FLAG_RETRANS_DATA_ACKED)) { in tcp_clean_rtx_queue()
3462 seq_rtt_us = tcp_stamp_us_delta(tp->tcp_mstamp, first_ackt); in tcp_clean_rtx_queue()