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_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
tcp_syncache.c
213
static int
tcp_syn_cache_size
= TCP_SYN_HASH_SIZE;
variable in typeref:typename:int
312
for (i = 0; i <
tcp_syn_cache_size
; i++)
333
sc->sc_bucketidx = sc->sc_hash %
tcp_syn_cache_size
;
372
sce = &tcp_syn_cache[
tcp_syn_cache_size
];
515
scp = &tcp_syn_cache[hash %
tcp_syn_cache_size
];
tcp_syncache.c
213
static int
tcp_syn_cache_size
= TCP_SYN_HASH_SIZE;
variable in typeref:typename:int
312
for (i = 0; i <
tcp_syn_cache_size
; i++)
333
sc->sc_bucketidx = sc->sc_hash %
tcp_syn_cache_size
;
372
sce = &tcp_syn_cache[
tcp_syn_cache_size
];
515
scp = &tcp_syn_cache[hash %
tcp_syn_cache_size
];
Completed in 46 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025