Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dtcp_input.c2119 } else if (tcp_is_reno(tp)) { in tcp_timeout_mark_lost()
2521 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_is_non_sack_preventing_reopen()
2780 if (tcp_is_reno(tp)) in tcp_simple_retransmit()
2806 if (tcp_is_reno(tp)) in tcp_enter_recovery()
2868 if (tcp_is_reno(tp)) { in tcp_process_loss()
2929 if (unlikely(tcp_is_reno(tp))) { in tcp_identify_packet_loss()
2995 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
3008 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
3035 if (tcp_is_reno(tp)) { in tcp_fastretrans_alert()
3378 if (tcp_is_reno(tp)) { in tcp_clean_rtx_queue()
Dtcp_output.c1473 if (tcp_is_reno(tp) && decr > 0) in tcp_adjust_pcount()
/linux-6.1.9/include/net/
Dtcp.h1194 static inline bool tcp_is_reno(const struct tcp_sock *tp) in tcp_is_reno() function