Home
last modified time | relevance | path

Searched refs:bytes_acked (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/tcplp/
Dtcplp.h60 uint32_t bytes_acked; member
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_input.c1287 sig->bytes_acked += poppedbytes; in tcp_do_segment()
2381 sig->bytes_acked += poppedbytes; in tcp_do_segment()
2386 sig->bytes_acked += poppedbytes; in tcp_do_segment()
/openthread-latest/src/core/net/
Dtcp6.cpp727 if (aSignals.bytes_acked > 0 || backlogBytes < aPriorBacklog) in ProcessSignals()