Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_input.c3102 struct skb_mstamp first_ackt, last_ackt, now; in tcp_clean_rtx_queue() local
3115 first_ackt.v64 = 0; in tcp_clean_rtx_queue()
3148 if (!first_ackt.v64) in tcp_clean_rtx_queue()
3149 first_ackt = last_ackt; in tcp_clean_rtx_queue()
3198 if (likely(first_ackt.v64) && !(flag & FLAG_RETRANS_DATA_ACKED)) { in tcp_clean_rtx_queue()
3199 seq_rtt_us = skb_mstamp_us_delta(&now, &first_ackt); in tcp_clean_rtx_queue()