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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c177 static int ipsec_sav_count = 0; variable
618 ipsec_sav_count = 0;
3261 ipsec_sav_count++;
3366 ipsec_sav_count++;
3391 ipsec_sav_count--;
5201 if ((savbufcount = ipsec_sav_count) != 0) {
8094 if ((bufcount = ipsec_sav_count) <= 0) {
9000 if (ipsec_sav_count <= 0) {
9005 bufsize = (ipsec_sav_count + 1) * sizeof(*sa_stats_sav);

Completed in 13 milliseconds