Searched refs:tcp_tfo_halfcnt (Results 1 – 3 of 3) sorted by relevance
1683 if (OSIncrementAtomic(&tcp_tfo_halfcnt) >= tcp_tfo_backlog) { in tcp_tfo_syn()1685 OSDecrementAtomic(&tcp_tfo_halfcnt); in tcp_tfo_syn()4256 OSDecrementAtomic(&tcp_tfo_halfcnt); in tcp_input()4259 VERIFY(tcp_tfo_halfcnt >= 0); in tcp_input()
1545 extern int tcp_tfo_halfcnt;
167 int tcp_tfo_halfcnt = 0; variable1691 OSDecrementAtomic(&tcp_tfo_halfcnt); in tcp_close()1694 VERIFY(tcp_tfo_halfcnt >= 0); in tcp_close()