OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_bucketidx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
tcp_syncache.h
166
int
sc_bucketidx
; /* our bucket index */
member in struct:syn_cache
tcp_syncache.c
283
TAILQ_REMOVE(&tcp_syn_cache[sc->
sc_bucketidx
].sch_bucket,
287
tcp_syn_cache[sc->
sc_bucketidx
].sch_length--;
333
sc->
sc_bucketidx
= sc->sc_hash % tcp_syn_cache_size;
334
scp = &tcp_syn_cache[sc->
sc_bucketidx
];
Completed in 21 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026