Searched refs:tcp_syncache (Results 1 – 2 of 2) sorted by relevance
151 struct tcp_syncache { struct159 static struct tcp_syncache tcp_syncache; variable178 &tcp_syncache.bucket_limit, 0, "Per-bucket hash limit for syncache");181 &tcp_syncache.cache_limit, 0, "Overall entry limit for syncache");187 &tcp_syncache.hashsize, 0, "Size of TCP syncache hashtable");190 &tcp_syncache.rexmt_limit, 0, "Limit on SYN/ACK retransmissions");195 ((tcp_syncache.hash_secret ^ \201 ((tcp_syncache.hash_secret ^ \295 syncache_percpu->hashbase = kmalloc(tcp_syncache.hashsize * in syncache_init_dispatch()300 for (i = 0; i < tcp_syncache.hashsize; i++) { in syncache_init_dispatch()[all …]
1827 netinet/tcp_syncache.c optional inet