Searched refs:IPSEC_CHECK_POLICY (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netipsec/ |
H A D | ipsec_support.h | 158 #define IPSEC_CHECK_POLICY(proto, m, ...) \ macro 212 #define IPSEC_CHECK_POLICY(proto, ...) \ macro
|
/freebsd/sys/netinet6/ |
H A D | raw_ip6.c | 214 IPSEC_CHECK_POLICY(ipv6, m, inp) != 0) { in rip6_input()
|
H A D | udp6_usrreq.c | 168 if (IPSEC_CHECK_POLICY(ipv6, n, inp) != 0) { in udp6_append()
|
/freebsd/sys/netinet/ |
H A D | raw_ip.c | 217 if (IPSEC_ENABLED(ipv4) && IPSEC_CHECK_POLICY(ipv4, m, inp) != 0) in rip_append()
|
H A D | udp_usrreq.c | 269 IPSEC_CHECK_POLICY(ipv4, n, inp) != 0) { in udp_append()
|
H A D | tcp_input.c | 966 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()
|