Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Dtcp_input.c2172 } else if (tcp_is_reno(tp)) { in tcp_timeout_mark_lost()
2600 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_is_non_sack_preventing_reopen()
2883 if (tcp_is_reno(tp)) in tcp_simple_retransmit()
2905 if (tcp_is_reno(tp)) in tcp_enter_recovery()
2975 if (tcp_is_reno(tp)) { in tcp_process_loss()
3036 if (unlikely(tcp_is_reno(tp))) { in tcp_identify_packet_loss()
3102 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
3115 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
3144 if (tcp_is_reno(tp)) { in tcp_fastretrans_alert()
3480 if (tcp_is_reno(tp)) { in tcp_clean_rtx_queue()
Dtcp_output.c1541 if (tcp_is_reno(tp) && decr > 0) in tcp_adjust_pcount()
/linux-6.12.1/include/net/
Dtcp.h1281 static inline bool tcp_is_reno(const struct tcp_sock *tp) in tcp_is_reno() function