Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dipsec.h418 extern u_int32_t ipsec_get_history_count(struct mbuf *);
H A Dipsec.c5083 ipsec_get_history_count( in ipsec_get_history_count() function
/xnu-11215.1.10/bsd/netinet/
H A Dip_input.c1227 if (ipsec_bypass == 0 && ipsec_get_history_count(m)) { in ip_input_first_pass()
1987 if (ipsec_bypass == 0 && ipsec_get_history_count(m)) { in ip_input()