Home
last modified time | relevance | path

Searched refs:ShouldDrop (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dmesh_forwarder.hpp443 bool ShouldDrop(void) const { return mShouldDrop; } in ShouldDrop() function in ot::MeshForwarder::FwdFrameInfo
Dmesh_forwarder.cpp320 if (entry->ShouldDrop()) in UpdateEcnOrDrop()