Searched refs:fragments_to_send_ (Results 1 – 2 of 2) sorted by relevance
51 if (fragments_to_send_.size() == 0) { in Register()98 if (!fragments_to_send_.empty()) { in start_round_robin()99 auto connection_type = fragments_to_send_.front().first; in start_round_robin()161 fragments_to_send_.push( in buffer_packet()168 fragments_to_send_.push( in buffer_packet()176 log::assert_that(fragments_to_send_.size() > 0, "assert failed: fragments_to_send_.size() > 0"); in buffer_packet()179 acl_queue_handler->second.number_of_sent_packets_ += fragments_to_send_.size(); in buffer_packet()202 ConnectionType connection_type = fragments_to_send_.front().first; in handle_enqueue_next_fragment()211 auto raw_pointer = fragments_to_send_.front().second.release(); in handle_enqueue_next_fragment()212 fragments_to_send_.pop(); in handle_enqueue_next_fragment()[all …]
67 …::MultiPriorityQueue<std::pair<ConnectionType, std::unique_ptr<AclBuilder>>, 2> fragments_to_send_; variable