Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_rate.c
H A Dtcp_input.c1728 u32 snd_us, ack_us; in tcp_rate_gen() local
1765 ack_us = tcp_stamp_us_delta(tp->tcp_mstamp, in tcp_rate_gen()
1767 rs->interval_us = max(snd_us, ack_us); in tcp_rate_gen()
1771 rs->rcv_interval_us = ack_us; in tcp_rate_gen()