OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ip_hashsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
ip_flow.c
107
static int
ip_hashsize
= IPFLOW_DEFAULT_HASHSIZE;
variable in typeref:typename:int
127
return hash & (
ip_hashsize
-1);
175
ip_hashsize
= table_size;
178
for (i = 0; i <
ip_hashsize
; i++)
197
(void)ipflow_reinit(
ip_hashsize
);
634
tmp =
ip_hashsize
;
684
sysctl_net_inet_ip_hashsize, 0, &
ip_hashsize
, 0,
ip_flow.c
107
static int
ip_hashsize
= IPFLOW_DEFAULT_HASHSIZE;
variable in typeref:typename:int
127
return hash & (
ip_hashsize
-1);
175
ip_hashsize
= table_size;
178
for (i = 0; i <
ip_hashsize
; i++)
197
(void)ipflow_reinit(
ip_hashsize
);
634
tmp =
ip_hashsize
;
684
sysctl_net_inet_ip_hashsize, 0, &
ip_hashsize
, 0,
Completed in 26 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025