Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netkey/
H A Dkey.c157 static u_int32_t ipsec_sav_count = 0; variable
680 ipsec_sav_count = 0; in key_init()
4025 ipsec_sav_count++; in key_newsav()
4126 ipsec_sav_count--; in key_delsav()
5946 if ((savbufcount = ipsec_sav_count) != 0) { in key_timehandler()
5948 …eclog((LOG_DEBUG, "key_timehandler: savbufcount overflow, ipsec sa count %u.\n", ipsec_sav_count)); in key_timehandler()
5949 savbufcount = ipsec_sav_count; in key_timehandler()
9025 if ((bufcount = ipsec_sav_count) == 0) { in key_dump()
9031 ipseclog((LOG_ERR, "key_dump: bufcount overflow, ipsec sa count %u.\n", ipsec_sav_count)); in key_dump()
9032 bufcount = ipsec_sav_count; in key_dump()
[all …]