Searched defs:tcp_debug (Results 1 – 3 of 3) sorted by relevance
41 struct tcp_debug { struct42 n_time td_time;43 short td_act;44 short td_ostate;45 void * td_tcb;46 int td_family;47 struct {50 } __packed td_ti; /* XXX is __packed needed here? */51 struct {58 } td_ti6;[all …]
104 struct tcp_debug tcp_debug[TCP_NDEBUG]; variable
140 static struct tcp_debug tcp_debug[TCP_NDEBUG]; variable