Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dtcp6.cpp188 size_t backlogBefore = GetBacklogBytes(); in SendByReference()
214 size_t backlogBefore = GetBacklogBytes(); in SendByExtension()
460 size_t backlogAfter = GetBacklogBytes(); in PostCallbacksAfterSend()
475 mForwardProgressCallback(this, GetSendBufferBytes(), GetBacklogBytes()); in FirePendingCallbacks()
496 size_t Tcp::Endpoint::GetBacklogBytes(void) const { return GetSendBufferBytes() - GetInFlightBytes(… in GetBacklogBytes() function in ot::Ip6::Tcp::Endpoint
725 size_t backlogBytes = aEndpoint.GetBacklogBytes(); in ProcessSignals()
Dtcp6.hpp384 size_t GetBacklogBytes(void) const;