Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_input.c2116 } else if (tcp_is_reno(tp)) { in tcp_timeout_mark_lost()
2532 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_try_undo_recovery()
2759 if (tcp_is_reno(tp)) in tcp_simple_retransmit()
2785 if (tcp_is_reno(tp)) in tcp_enter_recovery()
2847 if (tcp_is_reno(tp)) { in tcp_process_loss()
2908 if (unlikely(tcp_is_reno(tp))) { in tcp_identify_packet_loss()
2974 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
2987 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
3014 if (tcp_is_reno(tp)) { in tcp_fastretrans_alert()
3357 if (tcp_is_reno(tp)) { in tcp_clean_rtx_queue()
A Dtcp_output.c1473 if (tcp_is_reno(tp) && decr > 0) in tcp_adjust_pcount()
/linux/include/net/
A Dtcp.h1179 static inline bool tcp_is_reno(const struct tcp_sock *tp) in tcp_is_reno() function

Completed in 26 milliseconds