Home
last modified time | relevance | path

Searched refs:IPSEC_CHECK_POLICY (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netipsec/
H A Dipsec_support.h158 #define IPSEC_CHECK_POLICY(proto, m, ...) \ macro
212 #define IPSEC_CHECK_POLICY(proto, ...) \ macro
/freebsd/sys/netinet6/
H A Draw_ip6.c214 IPSEC_CHECK_POLICY(ipv6, m, inp) != 0) { in rip6_input()
H A Dudp6_usrreq.c168 if (IPSEC_CHECK_POLICY(ipv6, n, inp) != 0) { in udp6_append()
/freebsd/sys/netinet/
H A Draw_ip.c217 if (IPSEC_ENABLED(ipv4) && IPSEC_CHECK_POLICY(ipv4, m, inp) != 0) in rip_append()
H A Dudp_usrreq.c269 IPSEC_CHECK_POLICY(ipv4, n, inp) != 0) { in udp_append()
H A Dtcp_input.c966 IPSEC_CHECK_POLICY(ipv6, m, inp) != 0) { in tcp_input_with_port()
975 IPSEC_CHECK_POLICY(ipv4, m, inp) != 0) { in tcp_input_with_port()