Home
last modified time | relevance | path

Searched refs:OLD_FLOW (Results 1 – 9 of 9) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/test/ns3tc/
H A Dfq-pie-queue-disc-test-suite.cc299 …NS_TEST_ASSERT_MSG_EQ (flow1->GetStatus (), FqPieFlow::OLD_FLOW, "the first flow must be in the li… in DoRun()
311 …NS_TEST_ASSERT_MSG_EQ (flow1->GetStatus (), FqPieFlow::OLD_FLOW, "the first flow must be in the li… in DoRun()
314 …NS_TEST_ASSERT_MSG_EQ (flow2->GetStatus (), FqPieFlow::OLD_FLOW, "the second flow must be in the l… in DoRun()
323 …NS_TEST_ASSERT_MSG_EQ (flow1->GetStatus (), FqPieFlow::OLD_FLOW, "the first flow must be in the li… in DoRun()
326 …NS_TEST_ASSERT_MSG_EQ (flow2->GetStatus (), FqPieFlow::OLD_FLOW, "the second flow must be in the l… in DoRun()
335 …NS_TEST_ASSERT_MSG_EQ (flow1->GetStatus (), FqPieFlow::OLD_FLOW, "the first flow must be in the li… in DoRun()
338 …NS_TEST_ASSERT_MSG_EQ (flow2->GetStatus (), FqPieFlow::OLD_FLOW, "the second flow must be in the l… in DoRun()
H A Dfq-cobalt-queue-disc-test-suite.cc301 …NS_TEST_ASSERT_MSG_EQ (flow1->GetStatus (), FqCobaltFlow::OLD_FLOW, "the first flow must be in the… in DoRun()
313 …NS_TEST_ASSERT_MSG_EQ (flow1->GetStatus (), FqCobaltFlow::OLD_FLOW, "the first flow must be in the… in DoRun()
316 …NS_TEST_ASSERT_MSG_EQ (flow2->GetStatus (), FqCobaltFlow::OLD_FLOW, "the second flow must be in th… in DoRun()
325 …NS_TEST_ASSERT_MSG_EQ (flow1->GetStatus (), FqCobaltFlow::OLD_FLOW, "the first flow must be in the… in DoRun()
328 …NS_TEST_ASSERT_MSG_EQ (flow2->GetStatus (), FqCobaltFlow::OLD_FLOW, "the second flow must be in th… in DoRun()
337 …NS_TEST_ASSERT_MSG_EQ (flow1->GetStatus (), FqCobaltFlow::OLD_FLOW, "the first flow must be in the… in DoRun()
340 …NS_TEST_ASSERT_MSG_EQ (flow2->GetStatus (), FqCobaltFlow::OLD_FLOW, "the second flow must be in th… in DoRun()
H A Dfq-codel-queue-disc-test-suite.cc301 …NS_TEST_ASSERT_MSG_EQ (flow1->GetStatus (), FqCoDelFlow::OLD_FLOW, "the first flow must be in the … in DoRun()
313 …NS_TEST_ASSERT_MSG_EQ (flow1->GetStatus (), FqCoDelFlow::OLD_FLOW, "the first flow must be in the … in DoRun()
316 …NS_TEST_ASSERT_MSG_EQ (flow2->GetStatus (), FqCoDelFlow::OLD_FLOW, "the second flow must be in the… in DoRun()
325 …NS_TEST_ASSERT_MSG_EQ (flow1->GetStatus (), FqCoDelFlow::OLD_FLOW, "the first flow must be in the … in DoRun()
328 …NS_TEST_ASSERT_MSG_EQ (flow2->GetStatus (), FqCoDelFlow::OLD_FLOW, "the second flow must be in the… in DoRun()
337 …NS_TEST_ASSERT_MSG_EQ (flow1->GetStatus (), FqCoDelFlow::OLD_FLOW, "the first flow must be in the … in DoRun()
340 …NS_TEST_ASSERT_MSG_EQ (flow2->GetStatus (), FqCoDelFlow::OLD_FLOW, "the second flow must be in the… in DoRun()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/traffic-control/model/
H A Dfq-codel-queue-disc.h60 OLD_FLOW enumerator
H A Dfq-cobalt-queue-disc.h67 OLD_FLOW enumerator
H A Dfq-pie-queue-disc.h66 OLD_FLOW enumerator
H A Dfq-codel-queue-disc.cc331 flow->SetStatus (FqCoDelFlow::OLD_FLOW); in DoDequeue()
373 flow->SetStatus (FqCoDelFlow::OLD_FLOW); in DoDequeue()
H A Dfq-cobalt-queue-disc.cc358 flow->SetStatus (FqCobaltFlow::OLD_FLOW); in DoDequeue()
400 flow->SetStatus (FqCobaltFlow::OLD_FLOW); in DoDequeue()
H A Dfq-pie-queue-disc.cc387 flow->SetStatus (FqPieFlow::OLD_FLOW); in DoDequeue()
429 flow->SetStatus (FqPieFlow::OLD_FLOW); in DoDequeue()