Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c3228 u64 first_ackt, last_ackt; in tcp_clean_rtx_queue() local
3242 first_ackt = 0; in tcp_clean_rtx_queue()
3271 if (!first_ackt) in tcp_clean_rtx_queue()
3272 first_ackt = last_ackt; in tcp_clean_rtx_queue()
3336 if (likely(first_ackt) && !(flag & FLAG_RETRANS_DATA_ACKED)) { in tcp_clean_rtx_queue()
3337 seq_rtt_us = tcp_stamp_us_delta(tp->tcp_mstamp, first_ackt); in tcp_clean_rtx_queue()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c3261 u64 first_ackt, last_ackt; in tcp_clean_rtx_queue() local
3274 first_ackt = 0; in tcp_clean_rtx_queue()
3303 if (!first_ackt) in tcp_clean_rtx_queue()
3304 first_ackt = last_ackt; in tcp_clean_rtx_queue()
3367 if (likely(first_ackt) && !(flag & FLAG_RETRANS_DATA_ACKED)) { in tcp_clean_rtx_queue()
3368 seq_rtt_us = tcp_stamp_us_delta(tp->tcp_mstamp, first_ackt); in tcp_clean_rtx_queue()

Completed in 21 milliseconds