aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGerrit Renker <gerrit@erg.abdn.ac.uk>2007-03-20 14:27:17 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-04-26 01:27:02 -0400
commit89560b53b92a07c529e13a462aa7fd87a844f1f5 (patch)
tree89409bee68da1ee44b7945315efecd779d7fe60a /include
parent7dfee1a9c07f80a82aa5fbad340146f2b5c794b4 (diff)
[DCCP]: Sample RTT from SYN exchange
Function:
Diffstat (limited to 'include')
-rw-r--r--include/linux/dccp.h2
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 */
485struct dccp_sock { 486struct 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;