Home
last modified time | relevance | path

Searched defs:packet_data_list (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/net_util/src/slirp/
H A Dpacket_ring_buffer.rs277 let packet_data_list: Vec<&[u8]> = res.iter().map(|packet| packet.buf.as_ref()).collect(); in test_aggregate_one_empty() localVariable
294 let packet_data_list: Vec<&[u8]> = res.iter().map(|packet| packet.buf.as_ref()).collect(); in test_aggregate_both_empty() localVariable
327 let packet_data_list: Vec<&[u8]> = res.iter().map(|packet| packet.buf.as_ref()).collect(); in test_aggregate_none_popped() localVariable
362 let packet_data_list: Vec<&[u8]> = res.iter().map(|packet| packet.buf.as_ref()).collect(); in test_aggregate_with_one_ring_buffer_popped() localVariable
409 let packet_data_list: Vec<&[u8]> = res.iter().map(|packet| packet.buf.as_ref()).collect(); in test_aggregate_with_both_ring_buffers_popped() localVariable