Home
last modified time | relevance | path

Searched refs:stream_retrans_bytes (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/quiche/src/
Dpath.rs169 pub stream_retrans_bytes: u64, field
226 stream_retrans_bytes: 0, in new()
460 stream_retrans_bytes: self.stream_retrans_bytes, in stats()
858 pub stream_retrans_bytes: u64, field
902 self.stream_retrans_bytes, self.pmtu, self.delivery_rate, in fmt()
Dffi.rs1109 stream_retrans_bytes: u64, field
1138 out.stream_retrans_bytes = stats.stream_retrans_bytes; in quiche_conn_stats()
1178 stream_retrans_bytes: u64, field
1205 out.stream_retrans_bytes = stats.stream_retrans_bytes; in quiche_conn_path_stats()
Dlib.rs1283 stream_retrans_bytes: u64, field
1759 stream_retrans_bytes: 0, in with_tls()
3265 self.stream_retrans_bytes += length as u64; in send_single()
3266 p.stream_retrans_bytes += length as u64; in send_single()
3308 self.stream_retrans_bytes += length as u64; in send_single()
3309 p.stream_retrans_bytes += length as u64; in send_single()
6209 stream_retrans_bytes: self.stream_retrans_bytes, in stats()
7416 pub stream_retrans_bytes: u64, field
/external/rust/crates/quiche/include/
Dquiche.h518 uint64_t stream_retrans_bytes; member
609 uint64_t stream_retrans_bytes; member