Home
last modified time | relevance | path

Searched refs:m_ceThreshold (Results 1 – 12 of 12) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/traffic-control/model/
H A Dcodel-queue-disc.cc110 MakeTimeAccessor (&CoDelQueueDisc::m_ceThreshold), in GetTypeId()
262 …if (CoDelTimeAfter (ldelay, Time2CoDel (m_ceThreshold)) && Mark (item, CE_THRESHOLD_EXCEEDED_MARK)) in DoDequeue()
264 NS_LOG_LOGIC ("Marking due to CeThreshold " << m_ceThreshold.GetSeconds ()); in DoDequeue()
394 … item && !m_useL4s && m_useEcn && CoDelTimeAfter (ldelay, Time2CoDel (m_ceThreshold)) && Mark (ite… in DoDequeue()
396 NS_LOG_LOGIC ("Marking due to CeThreshold " << m_ceThreshold.GetSeconds ()); in DoDequeue()
H A Dcobalt-queue-disc.cc90 MakeTimeAccessor (&CobaltQueueDisc::m_ceThreshold), in GetTypeId()
472 …if (CoDelTimeAfter (sojournTime, Time2CoDel (m_ceThreshold)) && Mark (item, CE_THRESHOLD_EXCEEDED_… in CobaltShouldDrop()
474 NS_LOG_LOGIC ("Marking due to CeThreshold " << m_ceThreshold.GetSeconds ()); in CobaltShouldDrop()
525 …if (!isMarked && !m_useL4s && m_useEcn && CoDelTimeAfter (sojournTime, Time2CoDel (m_ceThreshold))… in CobaltShouldDrop()
527 NS_LOG_LOGIC ("Marking due to CeThreshold " << m_ceThreshold.GetSeconds ()); in CobaltShouldDrop()
H A Dfq-codel-queue-disc.cc154 MakeTimeAccessor (&FqCoDelQueueDisc::m_ceThreshold), in GetTypeId()
276 codel->SetAttribute ("CeThreshold", TimeValue (m_ceThreshold)); in DoEnqueue()
440 NS_ABORT_MSG_IF (m_ceThreshold == Time::Max(), "CE threshold not set"); in CheckConfig()
H A Dpie-queue-disc.cc128 MakeTimeAccessor (&PieQueueDisc::m_ceThreshold), in GetTypeId()
500 … if ((Now () - item->GetTimeStamp () > m_ceThreshold) && Mark (item, CE_THRESHOLD_EXCEEDED_MARK)) in DoDequeue()
502 NS_LOG_LOGIC ("Marking due to CeThreshold " << m_ceThreshold.GetSeconds ()); in DoDequeue()
H A Dfq-cobalt-queue-disc.cc160 MakeTimeAccessor (&FqCobaltQueueDisc::m_ceThreshold), in GetTypeId()
302 cobalt->SetAttribute ("CeThreshold", TimeValue (m_ceThreshold)); in DoEnqueue()
468 NS_ABORT_MSG_IF (m_ceThreshold == Time::Max (), "CE threshold not set"); in CheckConfig()
H A Dfq-pie-queue-disc.cc134 MakeTimeAccessor (&FqPieQueueDisc::m_ceThreshold), in GetTypeId()
332 pie->SetAttribute ("CeThreshold", TimeValue (m_ceThreshold)); in DoEnqueue()
497 NS_ABORT_MSG_IF (m_ceThreshold == Time::Max (), "CE threshold not set"); in CheckConfig()
H A Dpie-queue-disc.h153 Time m_ceThreshold; //!< Threshold above which to CE mark variable
H A Dcobalt-queue-disc.h235 Time m_ceThreshold; //!< Threshold above which to CE mark variable
H A Dfq-codel-queue-disc.h173 Time m_ceThreshold; //!< Threshold above which to CE mark variable
H A Dcodel-queue-disc.h209 Time m_ceThreshold; //!< Threshold above which to CE mark variable
H A Dfq-cobalt-queue-disc.h181 Time m_ceThreshold; //!< Threshold above which to CE mark variable
H A Dfq-pie-queue-disc.h175 Time m_ceThreshold; //!< Threshold above which to CE mark variable