Home
last modified time | relevance | path

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

/xnu-12377.61.12/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-12377.61.12/bsd/netinet/ !
H A Dip_input.c1239 if (ipsec_bypass == 0 && ipsec_get_history_count(m)) { in ip_input_first_pass()