Searched refs:remaining_packets_to_be_sent_ (Results 1 – 4 of 4) sorted by relevance
299 remaining_packets_to_be_sent_++; in OnPendingPacketChange()301 remaining_packets_to_be_sent_--; in OnPendingPacketChange()303 link_manager_->OnPendingPacketChange(GetDevice(), remaining_packets_to_be_sent_); in OnPendingPacketChange()
172 std::atomic_int remaining_packets_to_be_sent_ = 0; variable
462 remaining_packets_to_be_sent_++; in OnPendingPacketChange()464 remaining_packets_to_be_sent_--; in OnPendingPacketChange()467 link_manager_->OnPendingPacketChange(GetDevice().GetAddress(), remaining_packets_to_be_sent_); in OnPendingPacketChange()
236 std::atomic_int remaining_packets_to_be_sent_ = 0; variable