.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | | - * This program is free software; you can redistribute it and/or modify |
---|
3 | | - * it under the terms of the GNU General Public License as published by |
---|
4 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
5 | | - * (at your option) any later version. |
---|
6 | 3 | * |
---|
7 | 4 | * Copyright (C) Alan Cox GW4PTS (alan@lxorguk.ukuu.org.uk) |
---|
8 | 5 | * Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk) |
---|
.. | .. |
---|
359 | 356 | |
---|
360 | 357 | make->sk_state = TCP_ESTABLISHED; |
---|
361 | 358 | |
---|
362 | | - sk->sk_ack_backlog++; |
---|
| 359 | + sk_acceptq_added(sk); |
---|
363 | 360 | bh_unlock_sock(sk); |
---|
364 | 361 | } else { |
---|
365 | 362 | if (!mine) |
---|