aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index a20e7f03d5f7..3a19ea28339f 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -1458,7 +1458,7 @@ int tcp_v4_do_rcv(struct sock *sk, struct sk_buff *skb)
1458 sk->sk_rx_dst = NULL; 1458 sk->sk_rx_dst = NULL;
1459 } 1459 }
1460 } 1460 }
1461 tcp_rcv_established(sk, skb, tcp_hdr(skb), skb->len); 1461 tcp_rcv_established(sk, skb, tcp_hdr(skb));
1462 return 0; 1462 return 0;
1463 } 1463 }
1464 1464