Searched refs:get_gap_ack_blocks (Results 1 – 3 of 3) sorted by relevance
102 pub(crate) fn get_gap_ack_blocks(&self, cumulative_tsn: u32) -> Vec<GapAckBlock> { in get_gap_ack_blocks() method136 for b in self.get_gap_ack_blocks(cumulative_tsn) { in get_gap_ack_blocks_string()
83 let gab2 = pq.get_gap_ack_blocks(0); in test_payload_queue_get_gap_ack_block()97 let gab2 = pq.get_gap_ack_blocks(0); in test_payload_queue_get_gap_ack_block()
2065 gap_ack_blocks: self.payload_queue.get_gap_ack_blocks(self.peer_last_tsn), in create_selective_ack_chunk()