Home
last modified time | relevance | path

Searched refs:tcp_is_rack (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c2094 static bool tcp_is_rack(const struct sock *sk) in tcp_is_rack() function
2125 else if (tcp_is_rack(sk) && skb != head && in tcp_timeout_mark_lost()
2329 if (!tcp_is_rack(sk) && tcp_dupack_heuristics(tp) > tp->reordering) in tcp_time_to_recover()
2916 } else if (tcp_is_rack(sk)) { in tcp_identify_packet_loss()
3051 if (!tcp_is_rack(sk) && do_lost) in tcp_fastretrans_alert()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c2113 static bool tcp_is_rack(const struct sock *sk) in tcp_is_rack() function
2144 else if (tcp_is_rack(sk) && skb != head && in tcp_timeout_mark_lost()
2348 if (!tcp_is_rack(sk) && tcp_dupack_heuristics(tp) > tp->reordering) in tcp_time_to_recover()
2949 } else if (tcp_is_rack(sk)) { in tcp_identify_packet_loss()
3084 if (!tcp_is_rack(sk) && do_lost) in tcp_fastretrans_alert()

Completed in 17 milliseconds