Searched refs:get_num_bytes (Results 1 – 6 of 6) sorted by relevance
| /webrtc/sctp/src/queue/ |
| H A D | queue_test.rs | 29 assert_eq!(pq.get_num_bytes(), 10, "total bytes mismatch"); in test_payload_queue_push_no_check() 32 assert_eq!(pq.get_num_bytes(), 21, "total bytes mismatch"); in test_payload_queue_push_no_check() 35 assert_eq!(pq.get_num_bytes(), 33, "total bytes mismatch"); in test_payload_queue_push_no_check() 47 assert_eq!(pq.get_num_bytes(), 0, "total bytes mismatch"); in test_payload_queue_push_no_check() 52 assert_eq!(pq.get_num_bytes(), 13, "total bytes mismatch"); in test_payload_queue_push_no_check() 54 assert_eq!(pq.get_num_bytes(), 27, "total bytes mismatch"); in test_payload_queue_push_no_check() 65 assert_eq!(pq.get_num_bytes(), 0, "total bytes mismatch"); in test_payload_queue_push_no_check() 467 assert_eq!(rq.get_num_bytes(), 3, "num bytes mismatch"); in test_reassembly_queue_ordered_fragments() 480 assert_eq!(7, rq.get_num_bytes(), "num bytes mismatch"); in test_reassembly_queue_ordered_fragments() 486 assert_eq!(rq.get_num_bytes(), 0, "num bytes mismatch"); in test_reassembly_queue_ordered_fragments() [all …]
|
| H A D | payload_queue.rs | 170 pub(crate) fn get_num_bytes(&self) -> usize { in get_num_bytes() method
|
| H A D | pending_queue.rs | 250 pub(crate) fn get_num_bytes(&self) -> usize { in get_num_bytes() method
|
| H A D | reassembly_queue.rs | 351 pub(crate) fn get_num_bytes(&self) -> usize { in get_num_bytes() method
|
| /webrtc/sctp/src/association/ |
| H A D | association_internal.rs | 168 a.inflight_queue.get_num_bytes() in new() 753 self.inflight_queue.get_num_bytes() in handle_init_ack() 1336 self.inflight_queue.get_num_bytes() in process_fast_retransmission() 1429 let bytes_outstanding = self.inflight_queue.get_num_bytes() as u32; in handle_sack() 1878 if self.inflight_queue.get_num_bytes() + data_len > self.cwnd as usize { in pop_pending_data_chunks_to_send() 2210 self.pending_queue.get_num_bytes() + self.inflight_queue.get_num_bytes() in buffered_amount() 2294 self.inflight_queue.get_num_bytes() in on_retransmission_timeout()
|
| /webrtc/sctp/src/stream/ |
| H A D | mod.rs | 475 reassembly_queue.get_num_bytes() in get_num_bytes_in_reassembly_queue() 649 reassembly_queue.get_num_bytes() in get_num_bytes_in_reassembly_queue()
|