Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dtcp6.cpp475 mForwardProgressCallback(this, GetSendBufferBytes(), GetBacklogBytes()); in FirePendingCallbacks()
484 size_t Tcp::Endpoint::GetSendBufferBytes(void) const in GetSendBufferBytes() function in ot::Ip6::Tcp::Endpoint
496 size_t Tcp::Endpoint::GetBacklogBytes(void) const { return GetSendBufferBytes() - GetInFlightBytes(… in GetBacklogBytes()
657 … size_t priorBacklog = endpoint->GetSendBufferBytes() - endpoint->GetInFlightBytes(); in HandleMessage()
729 … aEndpoint.mForwardProgressCallback(&aEndpoint, aEndpoint.GetSendBufferBytes(), backlogBytes); in ProcessSignals()
Dtcp6.hpp382 size_t GetSendBufferBytes(void) const;