Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_input.c2155 } else if (tcp_is_reno(tp)) { in tcp_timeout_mark_lost()
2583 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_is_non_sack_preventing_reopen()
2866 if (tcp_is_reno(tp)) in tcp_simple_retransmit()
2888 if (tcp_is_reno(tp)) in tcp_enter_recovery()
2958 if (tcp_is_reno(tp)) { in tcp_process_loss()
3019 if (unlikely(tcp_is_reno(tp))) { in tcp_identify_packet_loss()
3085 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
3098 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
3127 if (tcp_is_reno(tp)) { in tcp_fastretrans_alert()
3470 if (tcp_is_reno(tp)) { in tcp_clean_rtx_queue()
H A Dtcp_output.c1488 if (tcp_is_reno(tp) && decr > 0) in tcp_adjust_pcount()
/openbmc/linux/include/net/
H A Dtcp.h1196 static inline bool tcp_is_reno(const struct tcp_sock *tp) in tcp_is_reno() function