Searched defs:on_packet_sent (Results 1 – 7 of 7) sorted by relevance
| /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 | cubic.rs | 174 fn on_packet_sent(r: &mut Recovery, sent_bytes: usize, now: Instant) { in on_packet_sent() function
|
| 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
|
| /external/python/bumble/bumble/transport/ |
| D | usb.py | 140 def on_packet_sent(self, transfer): member in open_usb_transport.UsbPacketSink
|
| /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
|