Lines Matching +full:timeout +full:- +full:ms
2 * Copyright (c) 2017-2018 Cavium, Inc.
35 #define TCP_INVALID_TIMEOUT_VAL -1
64 __le32 two_msl_timer /* 2MSL (used for TIME_WAIT state) timeout value */;
65 __le16 tx_sws_timer /* Transmission silly window syndrom timeout value */;
125 __le16 srtt /* in ms */;
132 …__le32 ka_timeout /* This member specifies, in ms, the timeout interval for inactivity before send…
133 …__le32 ka_interval /* This member specifies, in ms, the timeout after which to retransmit a keepal…
134 …__le32 max_rt_time /* This member specifies, in ms, the maximum time that the offload target shoul…
143 __le32 ts_recent_age /* The length of time, in ms, since the most recent timestamp was received */;
144 …__le32 total_rt /* The total time, in ms, that has been spent retransmitting the current TCP segme…
145 …a /* The time remaining, in clock ticks, until the next keepalive timeout. A value of -1 indicates…
146 … /* The time remaining, in clock ticks, until the next retransmit timeout. A value of -1 indicates…
151 __le16 rtt_var /* in ms */;
152 __le16 fw_internal /* fw internal use - initialize value = 0 */;
155 __le16 da_timeout_value /* delayed ack timeout value in ms */;
194 __le16 syn_ip_payload_length /* length of Tcp header in SYN packet - relevent for passive mode */;
195 __le32 syn_phy_addr_lo /* physical address (low) of SYN buffer - relevent for passive mode */;
196 __le32 syn_phy_addr_hi /* physical address (high) of SYN buffer - relevent for passive mode */;
200 …__le32 ka_timeout /* This member specifies, in ms, the timeout interval for inactivity before send…
201 …__le32 ka_interval /* This member specifies, in ms, the timeout after which to retransmit a keepal…
202 …__le32 max_rt_time /* This member specifies, in ms, the maximum time that the offload target shoul…
288 __le16 srtt /* in ms */;
289 __le16 rtt_var /* in ms */;
292 __le32 ts_recent_age /* The length of time, in ms, since the most recent timestamp was received */;
293 …__le32 total_rt /* The total time, in ms, that has been spent retransmitting the current TCP segme…
294 …a /* The time remaining, in clock ticks, until the next keepalive timeout. A value of -1 indicates…
295 … /* The time remaining, in clock ticks, until the next retransmit timeout. A value of -1 indicates…