Home
last modified time | relevance | path

Searched refs:EvictMessage (Results 1 – 4 of 4) sorted by relevance

/openthread-2.7.6/src/core/thread/
Dmesh_forwarder_mtd.cpp52 Error MeshForwarder::EvictMessage(Message::Priority aPriority) in EvictMessage() function in ot::MeshForwarder
Dmesh_forwarder.hpp270 Error EvictMessage(Message::Priority aPriority);
Dmesh_forwarder_ftd.cpp180 Error MeshForwarder::EvictMessage(Message::Priority aPriority) in EvictMessage() function in ot::MeshForwarder
/openthread-2.7.6/src/core/common/
Dmessage.cpp163 return Get<MeshForwarder>().EvictMessage(aPriority); in ReclaimBuffers()