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 7d47c2b550a9..8764a63abd91 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -1322,7 +1322,7 @@ static int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb)
1322 } 1322 }
1323 } 1323 }
1324 1324
1325 tcp_rcv_established(sk, skb, tcp_hdr(skb)); 1325 tcp_rcv_established(sk, skb);
1326 if (opt_skb) 1326 if (opt_skb)
1327 goto ipv6_pktoptions; 1327 goto ipv6_pktoptions;
1328 return 0; 1328 return 0;