Home
last modified time | relevance | path

Searched refs:tcp_s (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h148 typedef struct tcp_s { struct
149 struct tcp_s *tcp_time_wait_next; argument
151 struct tcp_s *tcp_time_wait_prev; argument
305 struct tcp_s *tcp_listener; /* Our listener */ argument
405 struct tcp_s *tcp_acceptor_hash; /* Acceptor hash chain */ argument
407 struct tcp_s *tcp_bind_hash; /* Bind hash chain */ argument
409 struct tcp_s **tcp_ptpbhn; argument
418 struct tcp_s *tcp_saved_listener; /* saved value of listener */ argument
425 struct tcp_s *tcp_loopback_peer; /* peer tcp for loopback */ argument
462 struct tcp_s *tcp_eager_prev_drop_q0; argument
[all …]
H A Dcc.h69 struct tcp_s;
100 struct tcp_s *tcp;
/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 */ argument
112 struct tcp_s *tcp_time_wait_prev; /* Prev TCP in TIME_WAIT list */ argument
287 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */ argument
288 struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */ argument
289 struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */ argument
290 struct tcp_s *tcp_eager_prev_q0; /* prev eager in SYN_RCVD state */ argument
291 struct tcp_s *tcp_listener; /* Our listener */ argument