Searched refs:IPSEC_CHECK_POLICY (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_support.h | 125 #define IPSEC_CHECK_POLICY(proto, m, ...) \ macro 176 #define IPSEC_CHECK_POLICY(proto, ...) \ macro
|
| /f-stack/freebsd/netinet6/ |
| H A D | raw_ip6.c | 201 IPSEC_CHECK_POLICY(ipv6, n, last) != 0) { in rip6_input() 313 IPSEC_CHECK_POLICY(ipv6, m, last) != 0) { in rip6_input()
|
| H A D | udp6_usrreq.c | 167 if (IPSEC_CHECK_POLICY(ipv6, n, inp) != 0) { in udp6_append()
|
| /f-stack/freebsd/netinet/ |
| H A D | raw_ip.c | 244 if (IPSEC_CHECK_POLICY(ipv4, n, last) != 0) in rip_append()
|
| H A D | tcp_input.c | 945 IPSEC_CHECK_POLICY(ipv6, m, inp) != 0) { in tcp_input() 954 IPSEC_CHECK_POLICY(ipv4, m, inp) != 0) { in tcp_input()
|
| H A D | udp_usrreq.c | 331 IPSEC_CHECK_POLICY(ipv4, n, inp) != 0) { in udp_append()
|