Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netipsec/
H A Dipsec_support.h152 #define IPSEC_CHECK_POLICY(proto, m, ...) \ macro
206 #define IPSEC_CHECK_POLICY(proto, ...) \ macro
/freebsd-14.2/sys/netinet6/
H A Draw_ip6.c212 IPSEC_CHECK_POLICY(ipv6, m, inp) != 0) { in rip6_input()
H A Dudp6_usrreq.c166 if (IPSEC_CHECK_POLICY(ipv6, n, inp) != 0) { in udp6_append()
/freebsd-14.2/sys/netinet/
H A Draw_ip.c214 if (IPSEC_ENABLED(ipv4) && IPSEC_CHECK_POLICY(ipv4, m, inp) != 0) in rip_append()
H A Dudp_usrreq.c266 IPSEC_CHECK_POLICY(ipv4, n, inp) != 0) { in udp_append()
H A Dtcp_input.c959 IPSEC_CHECK_POLICY(ipv6, m, inp) != 0) { in tcp_input_with_port()
968 IPSEC_CHECK_POLICY(ipv4, m, inp) != 0) { in tcp_input_with_port()