OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hashtblsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_pcb.h
141
uint32_t
hashtblsize
;
member in struct:sctp_epinfo
sctp_pcb.c
881
for (i = 0; i < sctppcbinfo.
hashtblsize
; i++) {
3771
int
hashtblsize
= SCTP_TCBHASHSIZE;
local in function:sctp_pcb_init
3797
TUNABLE_INT_FETCH("net.inet.sctp.tcbhashsize", &
hashtblsize
);
3802
hashtblsize
);
3810
sctppcbinfo.sctp_asochash = hashinit((
hashtblsize
* 31), HASH_LIST,
3813
sctppcbinfo.sctp_ephash = hashinit(
hashtblsize
, HASH_LIST,
3816
sctppcbinfo.sctp_tcpephash = hashinit(
hashtblsize
, HASH_LIST,
3819
sctppcbinfo.
hashtblsize
=
hashtblsize
;
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025