Searched refs:IPSEC_CAPS (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netipsec/ |
H A D | ipsec_support.h | 166 #define IPSEC_CAPS(proto, m, ...) \ macro 220 #define IPSEC_CAPS(proto, ...) \ macro
|
/freebsd/sys/netinet/ |
H A D | ip_input.c | 578 IPSEC_CAPS(ipv4, m, IPSEC_CAP_OPERABLE) == 0) in ip_input() 599 IPSEC_CAPS(ipv4, m, IPSEC_CAP_BYPASS_FILTER) != 0) in ip_input()
|
/freebsd/sys/netinet6/ |
H A D | ip6_input.c | 704 IPSEC_CAPS(ipv6, m, IPSEC_CAP_OPERABLE) == 0) in ip6_input() 719 IPSEC_CAPS(ipv6, m, IPSEC_CAP_BYPASS_FILTER) != 0) in ip6_input()
|