Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
HDtcp_var.h147 int tt_cpu; /* sanity check the cpu */ member
HDtcp_subr.c929 KKASSERT(tp->tt_cpu == mycpu->gd_cpuid); in tcp_close()
930 TAILQ_REMOVE(&tcpcbackq[tp->tt_cpu].head, tp, t_outputq); in tcp_close()
HDtcp_input.c1465 tp->tt_cpu = mycpu->gd_cpuid; in tcp_input()
1467 &tcpcbackq[tp->tt_cpu].head, in tcp_input()