Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet/
H A Dtcp_timer.c121 struct tcptailq tcp_tw_tailq; variable
563 TAILQ_REMOVE(&tcp_tw_tailq, tp, t_twentry); in add_to_time_wait_locked()
576 TAILQ_INSERT_TAIL(&tcp_tw_tailq, tp, t_twentry); in add_to_time_wait_locked()
624 TAILQ_REMOVE(&tcp_tw_tailq, tp, t_twentry); in tcp_remove_from_time_wait()
832 TAILQ_FOREACH_SAFE(tw_tp, &tcp_tw_tailq, t_twentry, tw_ntp) { in tcp_gc()
H A Dtcp_subr.c154 extern struct tcptailq tcp_tw_tailq;
608 TAILQ_INIT(&tcp_tw_tailq); in tcp_init()
1892 TAILQ_FOREACH(tp, &tcp_tw_tailq, t_twentry) { in get_tcp_inp_list()