Searched refs:first_tx_mstamp (Results 1 – 3 of 3) sorted by relevance
61 tp->first_tx_mstamp = tstamp_us; in tcp_rate_skb_sent()65 TCP_SKB_CB(skb)->tx.first_tx_mstamp = tp->first_tx_mstamp; in tcp_rate_skb_sent()95 tp->first_tx_mstamp = tcp_skb_timestamp_us(skb); in tcp_rate_skb_delivered()97 rs->interval_us = tcp_stamp_us_delta(tp->first_tx_mstamp, in tcp_rate_skb_delivered()98 scb->tx.first_tx_mstamp); in tcp_rate_skb_delivered()
299 u64 first_tx_mstamp; /* start of window send phase */ member
869 u64 first_tx_mstamp; member