Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_input.c1960 } else if (tcp_is_reno(tp)) { in tcp_timeout_mark_lost()
2210 if (tcp_is_reno(tp) || in tcp_mark_head_lost()
2392 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_try_undo_recovery()
2611 if (tcp_is_reno(tp)) in tcp_simple_retransmit()
2637 if (tcp_is_reno(tp)) in tcp_enter_recovery()
2699 if (tcp_is_reno(tp)) { in tcp_process_loss()
2749 if (unlikely(tcp_is_reno(tp))) { in tcp_identify_packet_loss()
2821 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
2834 if (tcp_is_reno(tp) && is_dupack) in tcp_fastretrans_alert()
2840 do_lost = tcp_is_reno(tp) || in tcp_fastretrans_alert()
[all …]
Dtcp_output.c1228 if (tcp_is_reno(tp) && decr > 0) in tcp_adjust_pcount()
/Linux-v4.19/include/net/
Dtcp.h1119 static inline bool tcp_is_reno(const struct tcp_sock *tp) in tcp_is_reno() function