Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dtcp_timer.c450 static boolean_t tcp_garbage_collect(struct inpcb *, int);
615 tcp_garbage_collect(struct inpcb *inp, int istimewait) in tcp_garbage_collect() function
815 if (tcp_garbage_collect(inp, 0)) { in tcp_gc()
834 if (tcp_garbage_collect(tw_tp->t_inpcb, 1)) { in tcp_gc()