Searched defs:rtt_us (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | tcp_vegas.c | 110 void tcp_vegas_pkts_acked(struct sock *sk, u32 cnt, s32 rtt_us) in tcp_vegas_pkts_acked()
|
D | tcp_yeah.c | 59 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_cdg.c | 297 static void tcp_cdg_acked(struct sock *sk, u32 num_acked, s32 rtt_us) in tcp_cdg_acked()
|
D | tcp_cubic.c | 440 static void bictcp_acked(struct sock *sk, u32 cnt, s32 rtt_us) in bictcp_acked()
|
D | tcp_input.c | 2897 static void tcp_update_rtt_min(struct sock *sk, u32 rtt_us) in tcp_update_rtt_min() 2982 long rtt_us = -1L; in tcp_synack_rtt_meas() local
|