diff options
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/inet_timewait_sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_timewait_sock.h b/include/net/inet_timewait_sock.h index 67e925065aae..296547bfb0b7 100644 --- a/include/net/inet_timewait_sock.h +++ b/include/net/inet_timewait_sock.h | |||
| @@ -116,6 +116,7 @@ struct inet_timewait_sock { | |||
| 116 | #define tw_hash __tw_common.skc_hash | 116 | #define tw_hash __tw_common.skc_hash |
| 117 | #define tw_prot __tw_common.skc_prot | 117 | #define tw_prot __tw_common.skc_prot |
| 118 | #define tw_net __tw_common.skc_net | 118 | #define tw_net __tw_common.skc_net |
| 119 | int tw_timeout; | ||
| 119 | volatile unsigned char tw_substate; | 120 | volatile unsigned char tw_substate; |
| 120 | /* 3 bits hole, try to pack */ | 121 | /* 3 bits hole, try to pack */ |
| 121 | unsigned char tw_rcv_wscale; | 122 | unsigned char tw_rcv_wscale; |
| @@ -130,7 +131,6 @@ struct inet_timewait_sock { | |||
| 130 | __u8 tw_ipv6only:1; | 131 | __u8 tw_ipv6only:1; |
| 131 | /* 15 bits hole, try to pack */ | 132 | /* 15 bits hole, try to pack */ |
| 132 | __u16 tw_ipv6_offset; | 133 | __u16 tw_ipv6_offset; |
| 133 | int tw_timeout; | ||
| 134 | unsigned long tw_ttd; | 134 | unsigned long tw_ttd; |
| 135 | struct inet_bind_bucket *tw_tb; | 135 | struct inet_bind_bucket *tw_tb; |
| 136 | struct hlist_node tw_death_node; | 136 | struct hlist_node tw_death_node; |
