tcp_s
struct tcp_s *tcp_time_wait_next; /* Next TCP in TIME_WAIT list */
struct tcp_s *tcp_time_wait_prev; /* Prev TCP in TIME_WAIT list */
struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */
struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */
struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */
struct tcp_s *tcp_eager_prev_q0; /* prev eager in SYN_RCVD state */
struct tcp_s *tcp_listener; /* Our listener */
struct tcp_s *tcp;
struct tcp_s;
struct tcp_s *tcp_time_wait_next;
struct tcp_s *tcp_time_wait_prev;
struct tcp_s *tcp_listener; /* Our listener */
struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */
struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */
struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */
struct tcp_s *tcp_eager_prev_q0; /* prev eager in SYN_RCVD state */
struct tcp_s *tcp_acceptor_hash; /* Acceptor hash chain */
struct tcp_s **tcp_ptpahn; /* Pointer to previous accept hash next. */
struct tcp_s *tcp_bind_hash; /* Bind hash chain */
struct tcp_s *tcp_bind_hash_port; /* tcp_t's bound to the same lport */
struct tcp_s **tcp_ptpbhn;
struct tcp_s *tcp_saved_listener; /* saved value of listener */
struct tcp_s *tcp_loopback_peer; /* peer tcp for loopback */
struct tcp_s *tcp_eager_prev_drop_q0;
struct tcp_s *tcp_eager_next_drop_q0;