Searched defs:on_packet_sent (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/ |
D | prr.rs | 51 pub fn on_packet_sent(&mut self, sent_bytes: usize) { in on_packet_sent() method 114 fn on_packet_sent() { in on_packet_sent() function
|
D | reno.rs | 58 pub fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, _now: Instant) { in on_packet_sent() function
|
D | delivery_rate.rs | 82 pub fn on_packet_sent(&mut self, pkt: &mut Sent, bytes_in_flight: usize) { in on_packet_sent() method
|
D | mod.rs | 318 pub fn on_packet_sent( in on_packet_sent() method 1101 pub on_packet_sent: fn(r: &mut Recovery, sent_bytes: usize, now: Instant), field
|
D | cubic.rs | 174 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, now: Instant) { in on_packet_sent() function
|
/aosp_15_r20/external/rust/crates/quiche/src/recovery/ |
D | prr.rs | 51 pub fn on_packet_sent(&mut self, sent_bytes: usize) { in on_packet_sent() method 114 fn on_packet_sent() { in on_packet_sent() function
|
D | reno.rs | 58 pub fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, _now: Instant) { in on_packet_sent() function
|
D | delivery_rate.rs | 82 pub fn on_packet_sent(&mut self, pkt: &mut Sent, bytes_in_flight: usize) { in on_packet_sent() method
|
D | mod.rs | 318 pub fn on_packet_sent( in on_packet_sent() method 1101 pub on_packet_sent: fn(r: &mut Recovery, sent_bytes: usize, now: Instant), field
|
D | cubic.rs | 174 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, now: Instant) { in on_packet_sent() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/bbr/ |
D | mod.rs | 291 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, _now: Instant) { in on_packet_sent() function
|
/aosp_15_r20/external/rust/crates/quiche/src/recovery/bbr/ |
D | mod.rs | 291 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, _now: Instant) { in on_packet_sent() function
|