Searched defs:tcp_s (Results 1 – 2 of 2) sorted by relevance
145 typedef struct tcp_s { struct146 struct tcp_s *tcp_time_wait_next; argument148 struct tcp_s *tcp_time_wait_prev; argument153 tcp_stack_t *tcp_tcps; /* back pointer to tcp_stack_t */ argument155 int32_t tcp_state; argument157 int32_t tcp_snd_ws; /* Sender's window scale power */ argument167 uint32_t tcp_snxt; /* Senders next seq num */ argument168 uint32_t tcp_swnd; /* Senders window (relative to suna) */ argument181 uint32_t tcp_suna; /* Sender unacknowledged */ argument182 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 …]