Searched defs:tcp_s (Results 1 – 2 of 2) sorted by relevance
148 typedef struct tcp_s { struct149 struct tcp_s *tcp_time_wait_next; argument151 struct tcp_s *tcp_time_wait_prev; argument156 tcp_stack_t *tcp_tcps; /* back pointer to tcp_stack_t */ argument161 int32_t tcp_state; argument163 int32_t tcp_snd_ws; /* Sender's window scale power */ argument173 uint32_t tcp_snxt; /* Senders next seq num */ argument174 uint32_t tcp_swnd; /* Senders window (relative to suna) */ argument186 uint32_t tcp_suna; /* Sender unacknowledged */ argument187 uint32_t tcp_rexmit_nxt; /* Next rexmit seq num */[all …]
110 typedef struct tcp_s { struct111 struct tcp_s *tcp_time_wait_next; /* Next TCP in TIME_WAIT list */ argument112 struct tcp_s *tcp_time_wait_prev; /* Prev TCP in TIME_WAIT list */ argument114 uint32_t tcp_suna; /* Sender unacknowledged */ argument116 uint32_t tcp_snxt; /* Senders next seq num */ argument117 uint32_t tcp_swnd; /* Senders window (relative to suna) */ argument127 uint32_t tcp_swl1; /* These help us avoid using stale */ argument128 uint32_t tcp_swl2; /* packets to update state */ argument135 int32_t tcp_snd_burst; /* Send burst factor */ argument137 int32_t tcp_state; argument[all …]