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

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.c4396 u_int32_t history_count; member in struct:ipsec_tag
4424 itag->history_count = 0;
4463 if (itag && itag->socket == NULL && itag->history_count == 0) {
4510 if (itag->history_count == IPSEC_HISTORY_MAX)
4513 p = &itag->history[itag->history_count];
4514 itag->history_count++;
4533 if (itag->history_count == 0)
4536 *lenp = (int)(itag->history_count * sizeof(struct ipsec_history));
4548 itag->history_count = 0;

Completed in 200 milliseconds