Home
last modified time | relevance | path

Searched refs:GetNInternalQueues (Results 1 – 15 of 15) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/traffic-control/model/
H A Dpfifo-fast-queue-disc.cc107 for (uint32_t i = 0; i < GetNInternalQueues (); i++) in DoDequeue()
128 for (uint32_t i = 0; i < GetNInternalQueues (); i++) in DoPeek()
158 if (GetNInternalQueues () == 0) in CheckConfig()
169 if (GetNInternalQueues () != 3) in CheckConfig()
H A Dfifo-queue-disc.cc130 if (GetNInternalQueues () == 0) in CheckConfig()
137 if (GetNInternalQueues () != 1) in CheckConfig()
H A Dmq-queue-disc.cc87 if (GetNInternalQueues () > 0) in CheckConfig()
H A Dcodel-queue-disc.cc465 if (GetNInternalQueues () == 0) in CheckConfig()
472 if (GetNInternalQueues () != 1) in CheckConfig()
H A Dcobalt-queue-disc.cc321 if (GetNInternalQueues () == 0) in CheckConfig()
329 if (GetNInternalQueues () != 1) in CheckConfig()
H A Dpie-queue-disc.cc583 if (GetNInternalQueues () == 0) in CheckConfig()
590 if (GetNInternalQueues () != 1) in CheckConfig()
H A Dprio-queue-disc.cc188 if (GetNInternalQueues () > 0) in CheckConfig()
H A Dqueue-disc.cc464 if (GetNInternalQueues ()) in GetMaxSize()
504 if (GetNInternalQueues ()) in SetMaxSize()
608 QueueDisc::GetNInternalQueues (void) const in GetNInternalQueues() function in ns3::QueueDisc
H A Dred-queue-disc.cc871 if (GetNInternalQueues () == 0) in CheckConfig()
878 if (GetNInternalQueues () != 1) in CheckConfig()
H A Dtbf-queue-disc.cc298 if (GetNInternalQueues () > 0) in CheckConfig()
H A Dqueue-disc.h441 std::size_t GetNInternalQueues (void) const;
H A Dfq-codel-queue-disc.cc404 if (GetNInternalQueues () > 0) in CheckConfig()
H A Dfq-cobalt-queue-disc.cc432 if (GetNInternalQueues () > 0) in CheckConfig()
H A Dfq-pie-queue-disc.cc461 if (GetNInternalQueues () > 0) in CheckConfig()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/traffic-control/test/
H A Dfifo-queue-disc-test-suite.cc171 …NS_TEST_EXPECT_MSG_EQ (queue->GetNInternalQueues (), 0, "Verify that the queue disc has no interna… in RunFifoTest()
185 …NS_TEST_EXPECT_MSG_EQ (queue->GetNInternalQueues (), 0, "Verify that the queue disc has no interna… in RunFifoTest()
199 …NS_TEST_EXPECT_MSG_EQ (queue->GetNInternalQueues (), 0, "Verify that the queue disc has no interna… in RunFifoTest()
221 …NS_TEST_EXPECT_MSG_EQ (queue->GetNInternalQueues (), 0, "Verify that the queue disc has no interna… in RunFifoTest()
225 …NS_TEST_EXPECT_MSG_EQ (queue->GetNInternalQueues (), 1, "Verify that the queue disc got an interna… in RunFifoTest()