Searched refs:tcp_s (Results 1 – 2 of 2) sorted by relevance
145 typedef struct tcp_s { struct146 struct tcp_s *tcp_time_wait_next; argument148 struct tcp_s *tcp_time_wait_prev; argument302 struct tcp_s *tcp_listener; /* Our listener */ argument325 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */ argument326 struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */ argument327 struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */ argument328 struct tcp_s *tcp_eager_prev_q0; /* prev eager in SYN_RCVD state */ argument401 struct tcp_s *tcp_acceptor_hash; /* Acceptor hash chain */ argument402 struct tcp_s **tcp_ptpahn; /* Pointer to previous accept hash next. */ argument[all …]
110 typedef struct tcp_s { struct111 struct tcp_s *tcp_time_wait_next; /* Next TCP in TIME_WAIT list */ argument112 struct tcp_s *tcp_time_wait_prev; /* Prev TCP in TIME_WAIT list */ argument287 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */ argument288 struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */ argument289 struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */ argument290 struct tcp_s *tcp_eager_prev_q0; /* prev eager in SYN_RCVD state */ argument291 struct tcp_s *tcp_listener; /* Our listener */ argument