TCP_SYN_HASH_SIZE  129 netinet/tcp_subr.c int	tcp_syn_cache_size = TCP_SYN_HASH_SIZE;
TCP_SYN_HASH_SIZE  130 netinet/tcp_subr.c int	tcp_syn_cache_limit = TCP_SYN_HASH_SIZE*TCP_SYN_BUCKET_SIZE;
TCP_SYN_HASH_SIZE  132 netinet/tcp_subr.c struct	syn_cache_head tcp_syn_cache[TCP_SYN_HASH_SIZE];