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

/xnu-2422.115.4/bsd/netkey/
H A Dkey.c178 static int ipsec_sav_count = 0; variable
644 ipsec_sav_count = 0;
3755 ipsec_sav_count++;
3860 ipsec_sav_count++;
3885 ipsec_sav_count--;
5854 if ((savbufcount = ipsec_sav_count) != 0) {
8782 if ((bufcount = ipsec_sav_count) <= 0) {
9694 if (ipsec_sav_count <= 0) {
9699 bufsize = (ipsec_sav_count + 1) * sizeof(*sa_stats_sav);

Completed in 27 milliseconds