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