HomeSort by: relevance | last modified time | path
    Searched defs:getspi_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netipsec/
key.c 635 u_long getspi_count; /* the avarage of count to try to get new SPI */ member in struct:_keystat
5584 keystat.getspi_count =
5585 (keystat.getspi_count + key_spi_trycnt - count) / 2;
8333 keystat.getspi_count = 1;
key.c 635 u_long getspi_count; /* the avarage of count to try to get new SPI */ member in struct:_keystat
5584 keystat.getspi_count =
5585 (keystat.getspi_count + key_spi_trycnt - count) / 2;
8333 keystat.getspi_count = 1;

Completed in 30 milliseconds