Home
last modified time | relevance | path

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

/mirbsd/src/sys/netinet/
Dtcp_subr.c145 #define TCP_SYN_HASH_SIZE 293 macro
147 int tcp_syn_cache_size = TCP_SYN_HASH_SIZE;
148 int tcp_syn_cache_limit = TCP_SYN_HASH_SIZE*TCP_SYN_BUCKET_SIZE;
150 struct syn_cache_head tcp_syn_cache[TCP_SYN_HASH_SIZE];