Searched refs:tcp_inflight_debug (Results 1 – 1 of 1) sorted by relevance
224 static int tcp_inflight_debug = 0; variable226 &tcp_inflight_debug, 0, "Debug TCP inflight calculations");2083 if (tcp_inflight_debug > 0) { in tcp_xmit_bandwidth_limit()2085 if ((u_int)(save_ticks - ltime) >= hz / tcp_inflight_debug) { in tcp_xmit_bandwidth_limit()