Searched refs:HASHSIZE (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c165 #define HASHSIZE 16 macro
167 static struct dn_pipe_head pipehash[HASHSIZE]; /* all pipes */
168 static struct dn_flow_set_head flowsethash[HASHSIZE]; /* all flowsets */
1056 for (i = 0; i < HASHSIZE; i++)
1164 for (i = 0; i < HASHSIZE; i++)
1171 for (i = 0; i < HASHSIZE; i++)
1907 for (i = 0; i < HASHSIZE; i++)
1912 for (i = 0; i < HASHSIZE; i++)
1957 for (i = 0; i < HASHSIZE; i++)
1961 for (i = 0; i < HASHSIZE;
[all...]

Completed in 115 milliseconds