Searched defs:htcp (Results 1 – 2 of 2) sorted by relevance
149 struct htcp { struct164 static int htcp_rtt_ref; argument178 static MALLOC_DEFINE(M_HTCP, "htcp data", argument
203 struct htcp { struct210 uint16_t bytes_acked;211 uint32_t bytecount;212 uint32_t minRTT;213 uint32_t maxRTT;215 uint32_t undo_maxRTT;219 uint32_t minB;220 uint32_t maxB;221 uint32_t old_maxB;222 uint32_t Bi;[all …]