diff options
Diffstat (limited to 'net/tipc/link.h')
| -rw-r--r-- | net/tipc/link.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h index fb3f99b6e928..cc816aacb16e 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h | |||
| @@ -130,8 +130,6 @@ struct tipc_stats { | |||
| 130 | * @oldest_deferred_in: ptr to first inbound message in queue | 130 | * @oldest_deferred_in: ptr to first inbound message in queue |
| 131 | * @newest_deferred_in: ptr to last inbound message in queue | 131 | * @newest_deferred_in: ptr to last inbound message in queue |
| 132 | * @unacked_window: # of inbound messages rx'd without ack'ing back to peer | 132 | * @unacked_window: # of inbound messages rx'd without ack'ing back to peer |
| 133 | * @retransm_queue_size: number of messages to retransmit | ||
| 134 | * @retransm_queue_head: sequence number of first message to retransmit | ||
| 135 | * @next_out: ptr to first unsent outbound message in queue | 133 | * @next_out: ptr to first unsent outbound message in queue |
| 136 | * @waiting_sks: linked list of sockets waiting for link congestion to abate | 134 | * @waiting_sks: linked list of sockets waiting for link congestion to abate |
| 137 | * @long_msg_seq_no: next identifier to use for outbound fragmented messages | 135 | * @long_msg_seq_no: next identifier to use for outbound fragmented messages |
| @@ -190,8 +188,6 @@ struct tipc_link { | |||
| 190 | u32 unacked_window; | 188 | u32 unacked_window; |
| 191 | 189 | ||
| 192 | /* Congestion handling */ | 190 | /* Congestion handling */ |
| 193 | u32 retransm_queue_size; | ||
| 194 | u32 retransm_queue_head; | ||
| 195 | struct sk_buff *next_out; | 191 | struct sk_buff *next_out; |
| 196 | struct sk_buff_head waiting_sks; | 192 | struct sk_buff_head waiting_sks; |
| 197 | 193 | ||
