diff options
Diffstat (limited to 'include/net/inet_timewait_sock.h')
-rw-r--r-- | include/net/inet_timewait_sock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/inet_timewait_sock.h b/include/net/inet_timewait_sock.h index 180231c5bbb..f91a1fb5da7 100644 --- a/include/net/inet_timewait_sock.h +++ b/include/net/inet_timewait_sock.h | |||
@@ -134,6 +134,7 @@ struct inet_timewait_sock { | |||
134 | struct inet_bind_bucket *tw_tb; | 134 | struct inet_bind_bucket *tw_tb; |
135 | struct hlist_node tw_death_node; | 135 | struct hlist_node tw_death_node; |
136 | }; | 136 | }; |
137 | #define tw_tclass tw_tos | ||
137 | 138 | ||
138 | static inline void inet_twsk_add_node_rcu(struct inet_timewait_sock *tw, | 139 | static inline void inet_twsk_add_node_rcu(struct inet_timewait_sock *tw, |
139 | struct hlist_nulls_head *list) | 140 | struct hlist_nulls_head *list) |