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.h161 int32_t tcp_state; argument
173 uint32_t tcp_snxt; /* Senders next seq num */ argument
186 uint32_t tcp_suna; /* Sender unacknowledged */ argument
217 tcp_syn_defense: 1, /* For defense against SYN attack */ argument
237 tcp_snd_ts_ok : 1, argument
265 tcp_sack_info_t tcp_sack_info; argument
305 struct tcp_s *tcp_listener; /* Our listener */ argument
328 struct tcp_s *tcp_eager_next_q; /* next eager in ESTABLISHED state */ argument
405 struct tcp_s *tcp_acceptor_hash; /* Acceptor hash chain */ argument
445 uint32_t tcp_squeue_bytes; argument
[all …]
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h114 uint32_t tcp_suna; /* Sender unacknowledged */ argument
116 uint32_t tcp_snxt; /* Senders next seq num */ argument
127 uint32_t tcp_swl1; /* These help us avoid using stale */ argument
135 int32_t tcp_snd_burst; /* Send burst factor */ argument
139 int32_t tcp_snd_ws; /* Sender's window scale power */ argument
158 uint32_t tcp_second_timer_threshold; /* When to give up completely */ argument
194 tcp_sack_info_t *tcp_sack_info; argument
239 tcp_set_timer : 1, argument
244 tcp_snd_sack_ok : 1, /* Can use SACK for this connection */ argument
250 tcp_snd_ts_ok : 1, argument
[all …]