Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dipsec_support.h125 #define IPSEC_CHECK_POLICY(proto, m, ...) \ macro
176 #define IPSEC_CHECK_POLICY(proto, ...) \ macro
/f-stack/freebsd/netinet6/
H A Draw_ip6.c201 IPSEC_CHECK_POLICY(ipv6, n, last) != 0) { in rip6_input()
313 IPSEC_CHECK_POLICY(ipv6, m, last) != 0) { in rip6_input()
H A Dudp6_usrreq.c167 if (IPSEC_CHECK_POLICY(ipv6, n, inp) != 0) { in udp6_append()
/f-stack/freebsd/netinet/
H A Draw_ip.c244 if (IPSEC_CHECK_POLICY(ipv4, n, last) != 0) in rip_append()
H A Dtcp_input.c945 IPSEC_CHECK_POLICY(ipv6, m, inp) != 0) { in tcp_input()
954 IPSEC_CHECK_POLICY(ipv4, m, inp) != 0) { in tcp_input()
H A Dudp_usrreq.c331 IPSEC_CHECK_POLICY(ipv4, n, inp) != 0) { in udp_append()