Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dtcp_rate.c61 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()
/Linux-v5.10/include/linux/
Dtcp.h299 u64 first_tx_mstamp; /* start of window send phase */ member
/Linux-v5.10/include/net/
Dtcp.h869 u64 first_tx_mstamp; member