|
@@ -66,7 +66,7 @@ struct inet_hashinfo;
|
|
struct inet_timewait_death_row {
|
|
struct inet_timewait_death_row {
|
|
/* Short-time timewait calendar */
|
|
/* Short-time timewait calendar */
|
|
int twcal_hand;
|
|
int twcal_hand;
|
|
- int twcal_jiffie;
|
|
|
|
|
|
+ unsigned long twcal_jiffie;
|
|
struct timer_list twcal_timer;
|
|
struct timer_list twcal_timer;
|
|
struct hlist_head twcal_row[INET_TWDR_RECYCLE_SLOTS];
|
|
struct hlist_head twcal_row[INET_TWDR_RECYCLE_SLOTS];
|
|
|
|
|