diff options
Diffstat (limited to 'net/dccp/ccids/ccid2.h')
-rw-r--r-- | net/dccp/ccids/ccid2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dccp/ccids/ccid2.h b/net/dccp/ccids/ccid2.h index d7815804bceb..907deed255b4 100644 --- a/net/dccp/ccids/ccid2.h +++ b/net/dccp/ccids/ccid2.h | |||
@@ -47,6 +47,7 @@ struct ccid2_seq { | |||
47 | * @lastrtt: time RTT was last measured | 47 | * @lastrtt: time RTT was last measured |
48 | * @rpseq: last consecutive seqno | 48 | * @rpseq: last consecutive seqno |
49 | * @rpdupack: dupacks since rpseq | 49 | * @rpdupack: dupacks since rpseq |
50 | * @av_chunks: list of Ack Vectors received on current skb | ||
50 | */ | 51 | */ |
51 | struct ccid2_hc_tx_sock { | 52 | struct ccid2_hc_tx_sock { |
52 | u32 cwnd; | 53 | u32 cwnd; |
@@ -66,6 +67,7 @@ struct ccid2_hc_tx_sock { | |||
66 | int rpdupack; | 67 | int rpdupack; |
67 | unsigned long last_cong; | 68 | unsigned long last_cong; |
68 | u64 high_ack; | 69 | u64 high_ack; |
70 | struct list_head av_chunks; | ||
69 | }; | 71 | }; |
70 | 72 | ||
71 | struct ccid2_hc_rx_sock { | 73 | struct ccid2_hc_rx_sock { |