Home
last modified time | relevance | path

Searched refs:tt_tcb (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netinet/
HDtcp_timer.c221 tmsg->tt_tcb != NULL); in tcp_send_timermsg()
695 KKASSERT(tmsg->tt_cpuid == mycpuid && tmsg->tt_tcb != NULL); in tcp_timer_handler()
696 tp = tmsg->tt_tcb; in tcp_timer_handler()
740 tmsg->tt_tcb = tp; in tcp_create_timermsg()
750 tmsg->tt_tcb == NULL) /* only tcp_attach() is called */ in tcp_destroy_timermsg()
HDtcp_timer.h146 struct tcpcb *tt_tcb; member
HDtcp_subr.c920 if (tp->tt_msg != NULL && tp->tt_msg->tt_tcb != NULL) { in tcp_close()