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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c421 u_int32_t getspi_count; /* the avarage of count to try to get new SPI */ member in struct:_keystat
640 keystat.getspi_count = 1;
6044 keystat.getspi_count =
6045 (keystat.getspi_count + key_spi_trycnt - count) / 2;

Completed in 29 milliseconds