Searched defs:tcpcb (Results 1 – 2 of 2) sorted by relevance
143 struct tcpcb { struct144 struct tsegqe_head t_segq;145 int t_dupacks; /* consecutive dup acks recd */146 int t_rxtthresh; /* # dup acks to start fast rxt */147 int tt_cpu; /* sanity check the cpu */149 struct tcp_pcbport *t_pcbport; /* per-cpu local port cache for152 struct tcp_callout *tt_rexmt; /* retransmit timer */153 struct tcp_callout *tt_persist;/* retransmit persistence */154 struct tcp_callout *tt_keep; /* keepalive */155 struct tcp_callout *tt_2msl; /* 2*msl TIME_WAIT timer */[all …]
210 dotrace(caddr_t tcpcb) in dotrace()