Lines Matching refs:tcpcb
144 static void tcp_trace(short, short, struct tcpcb *, struct tcpcb *,
279 dotrace(caddr_t tcpcb) in dotrace() argument
290 if (tcpcb && td->td_tcb != tcpcb) in dotrace()
296 (struct tcpcb *)td->td_tcb, &td->td_cb, in dotrace()
302 (struct tcpcb *)td->td_tcb, &td->td_cb, in dotrace()
308 (struct tcpcb *)td->td_tcb, &td->td_cb, in dotrace()
317 if (tcpcb && td->td_tcb != tcpcb) in dotrace()
323 (struct tcpcb *)td->td_tcb, &td->td_cb, in dotrace()
329 (struct tcpcb *)td->td_tcb, &td->td_cb, in dotrace()
335 (struct tcpcb *)td->td_tcb, &td->td_cb, in dotrace()
382 tcp_trace(short act, short ostate, struct tcpcb *atp, struct tcpcb *tp, in tcp_trace()