Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_rate.c121 u32 snd_us, ack_us; in tcp_rate_gen() local
158 ack_us = tcp_stamp_us_delta(tp->tcp_mstamp, in tcp_rate_gen()
160 rs->interval_us = max(snd_us, ack_us); in tcp_rate_gen()
164 rs->rcv_interval_us = ack_us; in tcp_rate_gen()