Searched defs:packet_data_list (Results 1 – 1 of 1) sorted by relevance
277 let packet_data_list: Vec<&[u8]> = res.iter().map(|packet| packet.buf.as_ref()).collect(); in test_aggregate_one_empty() localVariable294 let packet_data_list: Vec<&[u8]> = res.iter().map(|packet| packet.buf.as_ref()).collect(); in test_aggregate_both_empty() localVariable327 let packet_data_list: Vec<&[u8]> = res.iter().map(|packet| packet.buf.as_ref()).collect(); in test_aggregate_none_popped() localVariable362 let packet_data_list: Vec<&[u8]> = res.iter().map(|packet| packet.buf.as_ref()).collect(); in test_aggregate_with_one_ring_buffer_popped() localVariable409 let packet_data_list: Vec<&[u8]> = res.iter().map(|packet| packet.buf.as_ref()).collect(); in test_aggregate_with_both_ring_buffers_popped() localVariable