Searched refs:TCP_NDEBUG (Results 1 – 3 of 3) sorted by relevance
88 static caddr_t tcp_pcbs[TCP_NDEBUG];121 if (npcbs >= TCP_NDEBUG) in main()178 for (i = 0; i < TCP_NDEBUG; i++) { in main()227 tcp_debx = TCP_NDEBUG - 1;228 for (i = prev_debx % TCP_NDEBUG; i < TCP_NDEBUG; i++) {255 for (i = 0; i <= tcp_debx % TCP_NDEBUG; i++) {282 if (prev_debx >= TCP_NDEBUG)
72 #define TCP_NDEBUG 100 macro76 struct tcp_debug tcp_debug[TCP_NDEBUG];
81 static struct tcp_debug tcp_debug[TCP_NDEBUG];109 if (tcp_debx == TCP_NDEBUG) in tcp_trace()