Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dipsec.c4962 u_int32_t history_count; member
4984 itag->history_count = 0; in ipsec_addaux()
5023 if (itag != NULL && itag->socket == NULL && itag->history_count == 0) { in ipsec_optaux()
5074 if (itag->history_count == IPSEC_HISTORY_MAX) { in ipsec_incr_history_count()
5077 itag->history_count++; in ipsec_incr_history_count()
5092 return itag->history_count; in ipsec_get_history_count()