Searched defs:tcpcb (Results 1 – 1 of 1) sorted by relevance
28 struct tcpcb { struct29 struct tcpiphdr *seg_next; /* sequencing queue */30 struct tcpiphdr *seg_prev;31 short t_state; /* state of this connection */32 short t_timer[TCPT_NTIMERS]; /* tcp timers */33 short t_rxtshift; /* log(2) of rexmt exp. backoff */34 short t_rxtcur; /* current retransmit value */35 short t_dupacks; /* consecutive dup acks recd */36 ushort_t t_maxseg; /* maximum segment size */37 char t_force; /* 1 if forcing out a byte */[all …]