Home
last modified time | relevance | path

Searched refs:tw_inpcb (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netinet/
HDtcp_timewait.c294 tw->tw_inpcb = inp; in tcp_twstart()
543 inp = tw->tw_inpcb; in tcp_twclose()
590 struct inpcb *inp = tw->tw_inpcb; in tcp_twrespond()
751 INP_WLOCK_ASSERT(tw->tw_inpcb); in tcp_tw_2msl_reset()
771 inp = tw->tw_inpcb; in tcp_tw_2msl_stop()
772 tw->tw_inpcb = NULL; in tcp_tw_2msl_stop()
805 KASSERT(tw->tw_inpcb != NULL, ("%s: tw->tw_inpcb == NULL", in tcp_tw_2msl_scan()
808 inp = tw->tw_inpcb; in tcp_tw_2msl_scan()
HDtcp_var.h524 struct inpcb *tw_inpcb; /* XXX back pointer to internet pcb */ member