Searched refs:tcp_debug (Results 1 – 4 of 4) sorted by relevance
110 struct tcp_debug tcp_debug[TCP_NDEBUG]; variable207 if (kvm_read(kd, nl[N_TCP_DEBUG].n_value, (char *)tcp_debug, in main()208 sizeof(tcp_debug)) != sizeof(tcp_debug)) in main()219 struct tcp_debug *td = &tcp_debug[i]; in main()254 struct tcp_debug *td; in dotrace()262 td = &tcp_debug[i]; in dotrace()273 td = &tcp_debug[i]; in dotrace()294 if (kvm_read(kd, nl[N_TCP_DEBUG].n_value, (char *)tcp_debug, in dotrace()295 sizeof(tcp_debug)) != sizeof(tcp_debug)) in dotrace()
117 struct tcp_debug tcp_debug[TCP_NDEBUG]; /* [D] */ variable133 struct tcp_debug *td; in tcp_trace()139 td = &tcp_debug[tcp_debx++]; in tcp_trace()
80 struct tcp_debug { struct104 extern struct tcp_debug tcp_debug[]; argument
909 file netinet/tcp_debug.c !small_kernel