aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index a166918ca56d..4d5b12e4dc11 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -991,7 +991,7 @@ static __inline__ void tcp_fast_path_on(struct tcp_sock *tp)
991 991
992static inline void tcp_fast_path_check(struct sock *sk, struct tcp_sock *tp) 992static inline void tcp_fast_path_check(struct sock *sk, struct tcp_sock *tp)
993{ 993{
994 if (skb_queue_len(&tp->out_of_order_queue) == 0 && 994 if (skb_queue_empty(&tp->out_of_order_queue) &&
995 tp->rcv_wnd && 995 tp->rcv_wnd &&
996 atomic_read(&sk->sk_rmem_alloc) < sk->sk_rcvbuf && 996 atomic_read(&sk->sk_rmem_alloc) < sk->sk_rcvbuf &&
997 !tp->urg_data) 997 !tp->urg_data)