Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dtcp_timer.c794 struct tcpcb *tw_tp, *tw_ntp; in tcp_gc() local
837 TAILQ_FOREACH_SAFE(tw_tp, &tcp_tw_tailq, t_twentry, tw_ntp) { in tcp_gc()
848 if (tw_tp->t_state == TCPS_CLOSED || in tcp_gc()
849 TSTMP_GEQ(tcp_now, tw_tp->t_timer[TCPT_2MSL])) { in tcp_gc()
850 if (tcp_garbage_collect(tw_tp->t_inpcb, 1)) { in tcp_gc()