Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_syncache.c216 static struct syn_cache_head tcp_syn_cache[TCP_SYN_HASH_SIZE]; variable
283 TAILQ_REMOVE(&tcp_syn_cache[sc->sc_bucketidx].sch_bucket, in syn_cache_rm()
287 tcp_syn_cache[sc->sc_bucketidx].sch_length--; in syn_cache_rm()
313 TAILQ_INIT(&tcp_syn_cache[i].sch_bucket); in syn_cache_init()
334 scp = &tcp_syn_cache[sc->sc_bucketidx]; in syn_cache_insert()
372 sce = &tcp_syn_cache[tcp_syn_cache_size]; in syn_cache_insert()
375 scp2 = &tcp_syn_cache[0]; in syn_cache_insert()
515 scp = &tcp_syn_cache[hash % tcp_syn_cache_size]; in syn_cache_lookup()