Home
last modified time | relevance | path

Searched defs:tcpcb (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/netinet/
H A Dtcp_var.h143 struct tcpcb { struct
144 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 for
152 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 …]
/dflybsd-src/usr.sbin/trpt/
H A Dtrpt.c210 dotrace(caddr_t tcpcb) in dotrace()