Searched refs:tt_cpu (Results 1 – 3 of 3) sorted by relevance
147 int tt_cpu; /* sanity check the cpu */ member
929 KKASSERT(tp->tt_cpu == mycpu->gd_cpuid); in tcp_close()930 TAILQ_REMOVE(&tcpcbackq[tp->tt_cpu].head, tp, t_outputq); in tcp_close()
1465 tp->tt_cpu = mycpu->gd_cpuid; in tcp_input()1467 &tcpcbackq[tp->tt_cpu].head, in tcp_input()