Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_subr.c169 int tcp_tfo_halfcnt = 0; variable
1688 OSDecrementAtomic(&tcp_tfo_halfcnt); in tcp_close()
1691 VERIFY(tcp_tfo_halfcnt >= 0); in tcp_close()
H A Dtcp_var.h1602 extern int tcp_tfo_halfcnt;
H A Dtcp_input.c1664 if (OSIncrementAtomic(&tcp_tfo_halfcnt) >= tcp_tfo_backlog) { in tcp_tfo_syn()
1666 OSDecrementAtomic(&tcp_tfo_halfcnt); in tcp_tfo_syn()
4512 OSDecrementAtomic(&tcp_tfo_halfcnt); in tcp_input()
4515 VERIFY(tcp_tfo_halfcnt >= 0); in tcp_input()