Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dtcp_stream.c730 TRACE_FSTAT("Stream %d: send buffer "
736 TRACE_FSTAT("Stream %d: recv buffer "
746 TRACE_FSTAT("Stream %d: triple duplicated ack: %u, "
755 TRACE_FSTAT("Stream %d: timeout count: %u, bytes: %u\n", stream->id,
761 TRACE_FSTAT("Stream %d: snd_nxt update count: %u, "
769 TRACE_FSTAT("Selective ack count: %u, bytes: %u, "
774 TRACE_FSTAT("Selective ack count: %u, bytes: %u\n",
778 TRACE_FSTAT("Selective tdp ack count: %u, bytes: %u, "
783 TRACE_FSTAT("Selective ack count: %u, bytes: %u\n",
/mOS-networking-stack/core/src/include/
H A Ddebug.h171 #define TRACE_FSTAT(f, m...) TRACE_FUNC("FSTAT", f, ##m) macro
173 #define TRACE_FSTAT(f, m...) (void)0 macro