diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 0e621bc1ae11..800265c7fd3f 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -439,7 +439,7 @@ static int tcp_v6_send_synack(const struct sock *sk, struct dst_entry *dst, | |||
439 | struct flowi *fl, | 439 | struct flowi *fl, |
440 | struct request_sock *req, | 440 | struct request_sock *req, |
441 | struct tcp_fastopen_cookie *foc, | 441 | struct tcp_fastopen_cookie *foc, |
442 | bool attach_req) | 442 | enum tcp_synack_type synack_type) |
443 | { | 443 | { |
444 | struct inet_request_sock *ireq = inet_rsk(req); | 444 | struct inet_request_sock *ireq = inet_rsk(req); |
445 | struct ipv6_pinfo *np = inet6_sk(sk); | 445 | struct ipv6_pinfo *np = inet6_sk(sk); |
@@ -452,7 +452,7 @@ static int tcp_v6_send_synack(const struct sock *sk, struct dst_entry *dst, | |||
452 | IPPROTO_TCP)) == NULL) | 452 | IPPROTO_TCP)) == NULL) |
453 | goto done; | 453 | goto done; |
454 | 454 | ||
455 | skb = tcp_make_synack(sk, dst, req, foc, attach_req); | 455 | skb = tcp_make_synack(sk, dst, req, foc, synack_type); |
456 | 456 | ||
457 | if (skb) { | 457 | if (skb) { |
458 | __tcp_v6_send_check(skb, &ireq->ir_v6_loc_addr, | 458 | __tcp_v6_send_check(skb, &ireq->ir_v6_loc_addr, |