Searched refs:tcp_s (Results 1 – 3 of 3) sorted by relevance
148 typedef struct tcp_s { struct149 struct tcp_s *tcp_time_wait_next; argument151 struct tcp_s *tcp_time_wait_prev; argument305 struct tcp_s *tcp_listener; /* Our listener */ argument328 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */ argument329 struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */ argument330 struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */ argument331 struct tcp_s *tcp_eager_prev_q0; /* prev eager in SYN_RCVD state */ argument405 struct tcp_s *tcp_acceptor_hash; /* Acceptor hash chain */ argument406 struct tcp_s **tcp_ptpahn; /* Pointer to previous accept hash next. */ argument[all …]
69 struct tcp_s;100 struct tcp_s *tcp;
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