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.c2536 } else if (tcp_is_reno(tp)) {
2880 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_mtup_probe_success()
3163 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
3185 if (tcp_is_reno(tp)) in tcp_fastretrans_alert()
3255 if (tcp_is_reno(tp)) { in tcp_ack_update_rtt()
3304 if (unlikely(tcp_is_reno(tp))) { in tcp_synack_rtt_meas()
3368 if (tcp_is_reno(tp)) in tcp_tso_acked()
3381 if (tcp_is_reno(tp)) in tcp_ack_tstamp()
3410 if (tcp_is_reno(tp)) { in tcp_clean_rtx_queue()
3742 if (tcp_is_reno(t
[all...]
H A Dtcp_output.c1769 if (tcp_is_reno(tp) && decr > 0) in tcp_fragment()
/linux/include/net/
H A Dtcp.h1419 * tcp_is_reno - No SACK in tcp_in_slow_start()
1426 static inline bool tcp_is_reno(const struct tcp_sock *tp) in tcp_in_cwnd_reduction()
1374 static inline bool tcp_is_reno(const struct tcp_sock *tp) tcp_is_reno() function