Searched refs:ipsec_sav_count (Results 1 – 1 of 1) sorted by relevance
155 static u_int32_t ipsec_sav_count = 0; variable666 ipsec_sav_count = 0; in key_init()4111 ipsec_sav_count++; in key_newsav()4211 ipsec_sav_count--; in key_delsav()5983 if ((savbufcount = ipsec_sav_count) != 0) { in key_timehandler()5985 …eclog((LOG_DEBUG, "key_timehandler: savbufcount overflow, ipsec sa count %u.\n", ipsec_sav_count)); in key_timehandler()5986 savbufcount = ipsec_sav_count; in key_timehandler()9060 if ((bufcount = ipsec_sav_count) == 0) { in key_dump()9066 ipseclog((LOG_DEBUG, "key_dump: bufcount overflow, ipsec sa count %u.\n", ipsec_sav_count)); in key_dump()9067 bufcount = ipsec_sav_count; in key_dump()[all …]