Searched refs:tcp_syn_cache_size (Results 1 – 1 of 1) sorted by relevance
213 static int tcp_syn_cache_size = TCP_SYN_HASH_SIZE; variable312 for (i = 0; i < tcp_syn_cache_size; i++) in syn_cache_init()333 sc->sc_bucketidx = sc->sc_hash % tcp_syn_cache_size; in syn_cache_insert()372 sce = &tcp_syn_cache[tcp_syn_cache_size]; in syn_cache_insert()515 scp = &tcp_syn_cache[hash % tcp_syn_cache_size]; in syn_cache_lookup()