Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.c118 struct tcptailq tcp_tw_tailq; variable
560 TAILQ_REMOVE(&tcp_tw_tailq, tp, t_twentry); in add_to_time_wait_locked()
573 TAILQ_INSERT_TAIL(&tcp_tw_tailq, tp, t_twentry); in add_to_time_wait_locked()
621 TAILQ_REMOVE(&tcp_tw_tailq, tp, t_twentry); in tcp_remove_from_time_wait()
829 TAILQ_FOREACH_SAFE(tw_tp, &tcp_tw_tailq, t_twentry, tw_ntp) { in tcp_gc()
H A Dtcp_subr.c159 extern struct tcptailq tcp_tw_tailq;
697 TAILQ_INIT(&tcp_tw_tailq); in tcp_init()
2126 TAILQ_FOREACH(tp, &tcp_tw_tailq, t_twentry) { in get_tcp_inp_list()