Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netkey/
H A Dkey.c394 u_int32_t getspi_count; /* the avarage of count to try to get new SPI */ member
645 keystat.getspi_count = 1; in key_init()
6757 keystat.getspi_count = in key_do_getnewspi()
6758 (keystat.getspi_count + key_spi_trycnt - count) / 2; in key_do_getnewspi()