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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_input.c962 else if (tcp_is_reno(tp))
1995 return (sysctl_tcp_frto == 0x2) && !tcp_is_reno(tp);
2129 if (tcp_is_reno(tp))
2226 if (tcp_is_reno(tp))
2288 return tcp_is_reno(tp) ? tp->sacked_out + 1 : tp->fackets_out;
2539 if (tcp_is_fack(tp) || tcp_is_reno(tp) ||
2566 if (tcp_is_reno(tp)) {
2610 (tcp_is_reno(tp) && !(flag & FLAG_NOT_DUP))) {
2713 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) {
2772 int failed = tcp_is_reno(t
[all...]
H A Dtcp_output.c952 if (!tp->sacked_out || tcp_is_reno(tp))
976 if (tcp_is_reno(tp) && decr > 0)
2185 if (tcp_is_reno(tp))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h728 * tcp_is_reno - No SACK
736 static inline int tcp_is_reno(const struct tcp_sock *tp) function

Completed in 122 milliseconds