hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/net/inet_timewait_sock.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * INET An implementation of the TCP/IP protocol suite for the LINUX
34 * operating system. INET is implemented using the BSD Socket
....@@ -6,11 +7,6 @@
67 * Definitions for a generic INET TIMEWAIT sock
78 *
89 * From code originally in net/tcp.h
9
- *
10
- * This program is free software; you can redistribute it and/or
11
- * modify it under the terms of the GNU General Public License
12
- * as published by the Free Software Foundation; either version
13
- * 2 of the License, or (at your option) any later version.
1410 */
1511 #ifndef _INET_TIMEWAIT_SOCK_
1612 #define _INET_TIMEWAIT_SOCK_
....@@ -74,6 +70,8 @@
7470 tw_flowlabel : 20,
7571 tw_pad : 2, /* 2 bits hole */
7672 tw_tos : 8;
73
+ u32 tw_txhash;
74
+ u32 tw_priority;
7775 struct timer_list tw_timer;
7876 struct inet_bind_bucket *tw_tb;
7977 };