Searched defs:tcp_s (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h110 typedef struct tcp_s { struct
111 struct tcp_s *tcp_time_wait_next; /* Next TCP in TIME_WAIT list */
112 struct tcp_s *tcp_time_wait_prev; /* Prev TCP in TIME_WAIT list */
287 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */
288 struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */
289 struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */
290 struct tcp_s *tcp_eager_prev_q0; /* prev eager in SYN_RCVD state */
291 struct tcp_s *tcp_listener; /* Our listener */
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h145 typedef struct tcp_s { struct
146 struct tcp_s *tcp_time_wait_next;
148 struct tcp_s *tcp_time_wait_prev;
302 struct tcp_s *tcp_listener; /* Our listener */
325 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */
326 struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */
327 struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */
328 struct tcp_s *tcp_eager_prev_q0; /* prev eager in SYN_RCVD state */
401 struct tcp_s *tcp_acceptor_hash; /* Acceptor hash chain */
402 struct tcp_s **tcp_ptpah
[all...]

Completed in 47 milliseconds