Searched refs:tw_inpcb (Results 1 – 3 of 3) sorted by relevance
292 tw->tw_inpcb = inp; in tcp_twstart()503 inp = tw->tw_inpcb; in tcp_twclose()550 struct inpcb *inp = tw->tw_inpcb; in tcp_twrespond()663 INP_WLOCK_ASSERT(tw->tw_inpcb); in tcp_tw_2msl_reset()683 inp = tw->tw_inpcb; in tcp_tw_2msl_stop()684 tw->tw_inpcb = NULL; in tcp_tw_2msl_stop()717 KASSERT(tw->tw_inpcb != NULL, ("%s: tw->tw_inpcb == NULL", in tcp_tw_2msl_scan()720 inp = tw->tw_inpcb; in tcp_tw_2msl_scan()
504 struct inpcb *tw_inpcb; /* XXX back pointer to internet pcb */ member