Searched refs:packets_to_deliver (Results 1 – 2 of 2) sorted by relevance
265 std::queue<NetworkPacket> packets_to_deliver; in Process() local309 packets_to_deliver.emplace(std::move(packet)); in Process()322 while (!packets_to_deliver.empty()) { in Process()323 NetworkPacket packet = std::move(packets_to_deliver.front()); in Process()324 packets_to_deliver.pop(); in Process()
271 std::vector<PacketDeliveryInfo> packets_to_deliver; in DequeueDeliverablePackets() local276 packets_to_deliver.emplace_back( in DequeueDeliverablePackets()288 return packets_to_deliver; in DequeueDeliverablePackets()