Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/
H A Dipsec.c4981 u_int32_t history_count; member
5003 itag->history_count = 0; in ipsec_addaux()
5042 if (itag != NULL && itag->socket == NULL && itag->history_count == 0) { in ipsec_optaux()
5093 if (itag->history_count == IPSEC_HISTORY_MAX) { in ipsec_incr_history_count()
5096 itag->history_count++; in ipsec_incr_history_count()
5111 return itag->history_count; in ipsec_get_history_count()