Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c292 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()
H A Dtcp_var.h504 struct inpcb *tw_inpcb; /* XXX back pointer to internet pcb */ member
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h504 struct inpcb *tw_inpcb; /* XXX back pointer to internet pcb */ member