aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r--net/ipv6/tcp_ipv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index 2521690d62d6..90a32576c3d0 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -1296,7 +1296,7 @@ static int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb)
1296 } 1296 }
1297 } 1297 }
1298 1298
1299 tcp_rcv_established(sk, skb, tcp_hdr(skb), skb->len); 1299 tcp_rcv_established(sk, skb, tcp_hdr(skb));
1300 if (opt_skb) 1300 if (opt_skb)
1301 goto ipv6_pktoptions; 1301 goto ipv6_pktoptions;
1302 return 0; 1302 return 0;