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

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.c52 extern int ipsec_policy_count;
654 if (!ipsec_policy_count && !ipsec_bypass) // TODO: ipsec_policy_count may be 1 by default
/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c176 __private_extern__ int ipsec_policy_count = 0; variable
611 ipsec_policy_count = 0;
1563 ipsec_policy_count--;
2275 ipsec_policy_count++;
2787 if ((bufcount = ipsec_policy_count) == 0) {
5195 if ((spbufcount = ipsec_policy_count) != 0) {

Completed in 30 milliseconds