Searched defs:tcpcb (Results 1 – 3 of 3) sorted by relevance
185 struct tcpcb { struct186 int t_family; /* address family on the wire */187 struct ipqehead segq; /* sequencing queue */188 int t_segqlen; /* length of the above */189 callout_t t_timer[TCPT_NTIMERS];/* tcp timers */190 short t_state; /* state of this connection */191 short t_rxtshift; /* log(2) of rexmt exp. backoff */192 uint32_t t_rxtcur; /* current retransmit value */193 short t_dupacks; /* consecutive dup acks recd */200 short t_partialacks; /* partials acks during fast rexmit */[all …]
271 struct tcpcb tcpcb; in getpcblist_kmem() local965 struct tcpcb tcpcb; in tcp_dump() local
149 struct tcpcb tcpcb; variable