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
197 struct htcp { struct204 uint16_t bytes_acked;205 uint32_t bytecount;206 uint32_t minRTT;207 uint32_t maxRTT;209 uint32_t undo_maxRTT;213 uint32_t minB;214 uint32_t maxB;215 uint32_t old_maxB;216 uint32_t Bi;[all …]