Searched refs:raw_packets (Results 1 – 2 of 2) sorted by relevance
341 raw_packets in gather_data_packets_to_retransmit()409 raw_packets in gather_outbound_data_and_reconfig_packets()473 raw_packets in gather_outbound_fast_retransmission_packets()485 raw_packets in gather_outbound_sack_packets()506 raw_packets in gather_outbound_forward_tsn_packets()547 (raw_packets, ok) in gather_outbound_shutdown_packets()564 raw_packets = self.gather_data_packets_to_retransmit(raw_packets); in gather_outbound()569 raw_packets = self.gather_outbound_sack_packets(raw_packets).await; in gather_outbound()570 raw_packets = self.gather_outbound_forward_tsn_packets(raw_packets); in gather_outbound()576 raw_packets = self.gather_data_packets_to_retransmit(raw_packets); in gather_outbound()[all …]
532 let mut raw_packets = vec![]; in handle_outgoing_packets() localVariable565 raw_packets.extend_from_slice(&raw_handshake_packets); in handle_outgoing_packets()575 raw_packets.push(raw_packet); in handle_outgoing_packets()579 if !raw_packets.is_empty() { in handle_outgoing_packets()581 compact_raw_packets(&raw_packets, maximum_transmission_unit); in handle_outgoing_packets()639 let mut raw_packets = vec![]; in process_handshake_packet() localVariable686 raw_packets.push(raw_packet); in process_handshake_packet()689 Ok(raw_packets) in process_handshake_packet()1142 fn compact_raw_packets(raw_packets: &[Vec<u8>], maximum_transmission_unit: usize) -> Vec<Vec<u8>> { in compact_raw_packets()1146 for raw_packet in raw_packets { in compact_raw_packets()