Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_syncache.c211 #define TCP_SYN_HASH_SIZE 293 macro
213 static int tcp_syn_cache_size = TCP_SYN_HASH_SIZE;
214 int tcp_syn_cache_limit = TCP_SYN_HASH_SIZE*TCP_SYN_BUCKET_SIZE;
216 static struct syn_cache_head tcp_syn_cache[TCP_SYN_HASH_SIZE];