Home
last modified time | relevance | path

Searched defs:tcp_s (Results 1 – 2 of 2) 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
156 tcp_stack_t *tcp_tcps; /* back pointer to tcp_stack_t */ argument
161 int32_t tcp_state; argument
163 int32_t tcp_snd_ws; /* Sender's window scale power */ argument
173 uint32_t tcp_snxt; /* Senders next seq num */ argument
174 uint32_t tcp_swnd; /* Senders window (relative to suna) */ argument
186 uint32_t tcp_suna; /* Sender unacknowledged */ argument
187 uint32_t tcp_rexmit_nxt; /* Next rexmit seq num */
[all …]
/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
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 …]