Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dudp6_usrreq.c513 bool check_esp = true; in udp6_input() local
515 check_esp = key_checksa_present(AF_INET6, (caddr_t)&ip6->ip6_dst, in udp6_input()
520 if (check_esp) { in udp6_input()
/xnu-8019.80.24/bsd/netinet/
H A Dudp_usrreq.c597 bool check_esp = true; in udp_input() local
599 check_esp = key_checksa_present(AF_INET, (caddr_t)&ip->ip_dst, in udp_input()
604 if (check_esp) { in udp_input()