Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dudp6_usrreq.c521 bool check_esp = true; in udp6_input() local
523 check_esp = key_checksa_present(AF_INET6, (caddr_t)&ip6->ip6_dst, in udp6_input()
528 if (check_esp) { in udp6_input()
/xnu-8796.141.3/bsd/netinet/
H A Dudp_usrreq.c610 bool check_esp = true; in udp_input() local
612 check_esp = key_checksa_present(AF_INET, (caddr_t)&ip->ip_dst, in udp_input()
617 if (check_esp) { in udp_input()