Searched defs:rtt_us (Results 1 – 6 of 6) sorted by relevance
/net/ipv4/ |
D | tcp_vegas.c | 111 void tcp_vegas_pkts_acked(struct sock *sk, u32 cnt, s32 rtt_us) in tcp_vegas_pkts_acked()
|
D | tcp_yeah.c | 61 static void tcp_yeah_pkts_acked(struct sock *sk, u32 pkts_acked, s32 rtt_us) in tcp_yeah_pkts_acked()
|
D | tcp_veno.c | 72 static void tcp_veno_pkts_acked(struct sock *sk, u32 cnt, s32 rtt_us) in tcp_veno_pkts_acked()
|
D | tcp_lp.c | 263 static void tcp_lp_pkts_acked(struct sock *sk, u32 num_acked, s32 rtt_us) in tcp_lp_pkts_acked()
|
D | tcp_cubic.c | 383 static void bictcp_acked(struct sock *sk, u32 cnt, s32 rtt_us) in bictcp_acked()
|
D | tcp_input.c | 3293 s32 rtt_us = -1; in tcp_clean_rtx_queue() local
|