Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_input.c2537 } else if (tcp_is_reno(tp)) { in tcp_timeout_mark_lost()
2881 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_is_non_sack_preventing_reopen()
3164 if (tcp_is_reno(tp)) in tcp_simple_retransmit()
3185 if (tcp_is_reno(tp)) in tcp_enter_recovery()
3255 if (tcp_is_reno(tp)) { in tcp_process_loss()
3304 if (unlikely(tcp_is_reno(tp))) { in tcp_identify_packet_loss()
3368 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
3381 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
3410 if (tcp_is_reno(tp)) { in tcp_fastretrans_alert()
3742 if (tcp_is_reno(tp)) { in tcp_clean_rtx_queue()
H A Dtcp_output.c1792 if (tcp_is_reno(tp) && decr > 0) in tcp_adjust_pcount()
/linux/include/net/
H A Dtcp.h1479 * tcp_is_reno - No SACK
1486 static inline bool tcp_is_reno(const struct tcp_sock *tp) in tcp_is_reno() function