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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.c4240 u_int32_t history_count; member in struct:ipsec_tag
4268 itag->history_count = 0;
4307 if (itag && itag->socket == NULL && itag->history_count == 0) {
4357 if (itag->history_count == IPSEC_HISTORY_MAX)
4360 p = &itag->history[itag->history_count];
4361 itag->history_count++;
4380 if (itag->history_count == 0)
4383 *lenp = (int)(itag->history_count * sizeof(struct ipsec_history));
4395 itag->history_count = 0;

Completed in 25 milliseconds