Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_timer.c446 static boolean_t tcp_garbage_collect(struct inpcb *, int);
626 tcp_garbage_collect(struct inpcb *inp, int istimewait) in tcp_garbage_collect() function
823 if (tcp_garbage_collect(inp, 0)) { in tcp_gc()
842 if (tcp_garbage_collect(tw_tp->t_inpcb, 1)) { in tcp_gc()