diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/dccp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index fdd4217f1047..e668cf531bab 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h | |||
@@ -481,10 +481,12 @@ struct dccp_ackvec; | |||
481 | * @dccps_hc_rx_insert_options - | 481 | * @dccps_hc_rx_insert_options - |
482 | * @dccps_hc_tx_insert_options - | 482 | * @dccps_hc_tx_insert_options - |
483 | * @dccps_xmit_timer - timer for when CCID is not ready to send | 483 | * @dccps_xmit_timer - timer for when CCID is not ready to send |
484 | * @dccps_syn_rtt - RTT sample from Request/Response exchange (in usecs) | ||
484 | */ | 485 | */ |
485 | struct dccp_sock { | 486 | struct dccp_sock { |
486 | /* inet_connection_sock has to be the first member of dccp_sock */ | 487 | /* inet_connection_sock has to be the first member of dccp_sock */ |
487 | struct inet_connection_sock dccps_inet_connection; | 488 | struct inet_connection_sock dccps_inet_connection; |
489 | #define dccps_syn_rtt dccps_inet_connection.icsk_ack.lrcvtime | ||
488 | __u64 dccps_swl; | 490 | __u64 dccps_swl; |
489 | __u64 dccps_swh; | 491 | __u64 dccps_swh; |
490 | __u64 dccps_awl; | 492 | __u64 dccps_awl; |