OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcp_syn_cache
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
tcp_syncache.c
216
static struct syn_cache_head
tcp_syn_cache
[TCP_SYN_HASH_SIZE];
variable in typeref:struct:syn_cache_head[]
283
TAILQ_REMOVE(&
tcp_syn_cache
[sc->sc_bucketidx].sch_bucket,
287
tcp_syn_cache
[sc->sc_bucketidx].sch_length--;
313
TAILQ_INIT(&
tcp_syn_cache
[i].sch_bucket);
334
scp = &
tcp_syn_cache
[sc->sc_bucketidx];
372
sce = &
tcp_syn_cache
[tcp_syn_cache_size];
375
scp2 = &
tcp_syn_cache
[0];
515
scp = &
tcp_syn_cache
[hash % tcp_syn_cache_size];
Completed in 11 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025