Symbol: tcp_s
usr/src/stand/lib/tcp/tcp_inet.h
111
struct tcp_s *tcp_time_wait_next; /* Next TCP in TIME_WAIT list */
usr/src/stand/lib/tcp/tcp_inet.h
112
struct tcp_s *tcp_time_wait_prev; /* Prev TCP in TIME_WAIT list */
usr/src/stand/lib/tcp/tcp_inet.h
287
struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */
usr/src/stand/lib/tcp/tcp_inet.h
288
struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */
usr/src/stand/lib/tcp/tcp_inet.h
289
struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */
usr/src/stand/lib/tcp/tcp_inet.h
290
struct tcp_s *tcp_eager_prev_q0; /* prev eager in SYN_RCVD state */
usr/src/stand/lib/tcp/tcp_inet.h
291
struct tcp_s *tcp_listener; /* Our listener */
usr/src/uts/common/inet/cc.h
100
struct tcp_s *tcp;
usr/src/uts/common/inet/cc.h
69
struct tcp_s;
usr/src/uts/common/inet/tcp.h
149
struct tcp_s *tcp_time_wait_next;
usr/src/uts/common/inet/tcp.h
151
struct tcp_s *tcp_time_wait_prev;
usr/src/uts/common/inet/tcp.h
305
struct tcp_s *tcp_listener; /* Our listener */
usr/src/uts/common/inet/tcp.h
328
struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */
usr/src/uts/common/inet/tcp.h
329
struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */
usr/src/uts/common/inet/tcp.h
330
struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */
usr/src/uts/common/inet/tcp.h
331
struct tcp_s *tcp_eager_prev_q0; /* prev eager in SYN_RCVD state */
usr/src/uts/common/inet/tcp.h
405
struct tcp_s *tcp_acceptor_hash; /* Acceptor hash chain */
usr/src/uts/common/inet/tcp.h
406
struct tcp_s **tcp_ptpahn; /* Pointer to previous accept hash next. */
usr/src/uts/common/inet/tcp.h
407
struct tcp_s *tcp_bind_hash; /* Bind hash chain */
usr/src/uts/common/inet/tcp.h
408
struct tcp_s *tcp_bind_hash_port; /* tcp_t's bound to the same lport */
usr/src/uts/common/inet/tcp.h
409
struct tcp_s **tcp_ptpbhn;
usr/src/uts/common/inet/tcp.h
418
struct tcp_s *tcp_saved_listener; /* saved value of listener */
usr/src/uts/common/inet/tcp.h
425
struct tcp_s *tcp_loopback_peer; /* peer tcp for loopback */
usr/src/uts/common/inet/tcp.h
462
struct tcp_s *tcp_eager_prev_drop_q0;
usr/src/uts/common/inet/tcp.h
463
struct tcp_s *tcp_eager_next_drop_q0;