Home
last modified time | relevance | path

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

/titanic_50/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
153 tcp_stack_t *tcp_tcps; /* back pointer to tcp_stack_t */ argument
155 int32_t tcp_state; argument
157 int32_t tcp_snd_ws; /* Sender's window scale power */ argument
167 uint32_t tcp_snxt; /* Senders next seq num */ argument
168 uint32_t tcp_swnd; /* Senders window (relative to suna) */ argument
181 uint32_t tcp_suna; /* Sender unacknowledged */ argument
182 uint32_t tcp_rexmit_nxt; /* Next rexmit seq num */
[all …]
/titanic_50/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
114 uint32_t tcp_suna; /* Sender unacknowledged */ argument
116 uint32_t tcp_snxt; /* Senders next seq num */ argument
117 uint32_t tcp_swnd; /* Senders window (relative to suna) */ argument
127 uint32_t tcp_swl1; /* These help us avoid using stale */ argument
128 uint32_t tcp_swl2; /* packets to update state */ argument
135 int32_t tcp_snd_burst; /* Send burst factor */ argument
137 int32_t tcp_state; argument
[all …]