tcp_debug
struct tcp_debug tcp_debug[TCP_NDEBUG]; /* [D] */
struct tcp_debug *td;
td = &tcp_debug[tcp_debx++];
extern struct tcp_debug tcp_debug[];
struct tcp_debug tcp_debug[TCP_NDEBUG];
if (kvm_read(kd, nl[N_TCP_DEBUG].n_value, (char *)tcp_debug,
sizeof(tcp_debug)) != sizeof(tcp_debug))
struct tcp_debug *td = &tcp_debug[i];
struct tcp_debug *td;
td = &tcp_debug[i];
td = &tcp_debug[i];
if (kvm_read(kd, nl[N_TCP_DEBUG].n_value, (char *)tcp_debug,
sizeof(tcp_debug)) != sizeof(tcp_debug))