diff options
Diffstat (limited to 'net/dccp/ccids/ccid3.h')
-rw-r--r-- | net/dccp/ccids/ccid3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dccp/ccids/ccid3.h b/net/dccp/ccids/ccid3.h index 83467c34ed2b..36eca34228f0 100644 --- a/net/dccp/ccids/ccid3.h +++ b/net/dccp/ccids/ccid3.h | |||
@@ -88,7 +88,6 @@ enum ccid3_hc_tx_states { | |||
88 | * @ccid3hctx_t_last_win_count - Timestamp of earliest packet | 88 | * @ccid3hctx_t_last_win_count - Timestamp of earliest packet |
89 | * with last_win_count value sent | 89 | * with last_win_count value sent |
90 | * @ccid3hctx_no_feedback_timer - Handle to no feedback timer | 90 | * @ccid3hctx_no_feedback_timer - Handle to no feedback timer |
91 | * @ccid3hctx_idle - Flag indicating that sender is idling | ||
92 | * @ccid3hctx_t_ld - Time last doubled during slow start | 91 | * @ccid3hctx_t_ld - Time last doubled during slow start |
93 | * @ccid3hctx_t_nom - Nominal send time of next packet | 92 | * @ccid3hctx_t_nom - Nominal send time of next packet |
94 | * @ccid3hctx_delta - Send timer delta (RFC 3448, 4.6) in usecs | 93 | * @ccid3hctx_delta - Send timer delta (RFC 3448, 4.6) in usecs |
@@ -107,7 +106,6 @@ struct ccid3_hc_tx_sock { | |||
107 | u16 ccid3hctx_s; | 106 | u16 ccid3hctx_s; |
108 | enum ccid3_hc_tx_states ccid3hctx_state:8; | 107 | enum ccid3_hc_tx_states ccid3hctx_state:8; |
109 | u8 ccid3hctx_last_win_count; | 108 | u8 ccid3hctx_last_win_count; |
110 | u8 ccid3hctx_idle; | ||
111 | ktime_t ccid3hctx_t_last_win_count; | 109 | ktime_t ccid3hctx_t_last_win_count; |
112 | struct timer_list ccid3hctx_no_feedback_timer; | 110 | struct timer_list ccid3hctx_no_feedback_timer; |
113 | ktime_t ccid3hctx_t_ld; | 111 | ktime_t ccid3hctx_t_ld; |