Home
last modified time | relevance | path

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

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