Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netkey/
H A Dkey.c154 static u_int32_t ipsec_sav_count = 0; variable
627 ipsec_sav_count = 0; in key_init()
4054 ipsec_sav_count++; in key_newsav()
4154 ipsec_sav_count--; in key_delsav()
5883 if ((savbufcount = ipsec_sav_count) != 0) { in key_timehandler()
5885 …eclog((LOG_DEBUG, "key_timehandler: savbufcount overflow, ipsec sa count %u.\n", ipsec_sav_count)); in key_timehandler()
5886 savbufcount = ipsec_sav_count; in key_timehandler()
8953 if ((bufcount = ipsec_sav_count) == 0) { in key_dump()
8959 ipseclog((LOG_DEBUG, "key_dump: bufcount overflow, ipsec sa count %u.\n", ipsec_sav_count)); in key_dump()
8960 bufcount = ipsec_sav_count; in key_dump()
[all …]