Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h145 typedef struct tcp_s { struct
146 struct tcp_s *tcp_time_wait_next; argument
148 struct tcp_s *tcp_time_wait_prev; argument
302 struct tcp_s *tcp_listener; /* Our listener */ argument
325 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */ argument
326 struct tcp_s *tcp_eager_last_q; /* last eager in ESTABLISHED state */ argument
327 struct tcp_s *tcp_eager_next_q0; /* next eager in SYN_RCVD state */ argument
328 struct tcp_s *tcp_eager_prev_q0; /* prev eager in SYN_RCVD state */ argument
401 struct tcp_s *tcp_acceptor_hash; /* Acceptor hash chain */ argument
402 struct tcp_s **tcp_ptpahn; /* Pointer to previous accept hash next. */ argument
[all …]
/titanic_41/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