Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_input.c3061 struct skb_mstamp first_ackt, last_ackt, now; in tcp_clean_rtx_queue() local
3073 first_ackt.v64 = 0; in tcp_clean_rtx_queue()
3106 if (!first_ackt.v64) in tcp_clean_rtx_queue()
3107 first_ackt = last_ackt; in tcp_clean_rtx_queue()
3154 if (likely(first_ackt.v64)) { in tcp_clean_rtx_queue()
3155 seq_rtt_us = skb_mstamp_us_delta(&now, &first_ackt); in tcp_clean_rtx_queue()