Searched refs:IPSEC_CAPS (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_support.h | 133 #define IPSEC_CAPS(proto, m, ...) \ macro 184 #define IPSEC_CAPS(proto, ...) \ macro
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_input.c | 576 IPSEC_CAPS(ipv4, m, IPSEC_CAP_OPERABLE) == 0) in ip_input() 593 IPSEC_CAPS(ipv4, m, IPSEC_CAP_BYPASS_FILTER) != 0) in ip_input()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_input.c | 721 IPSEC_CAPS(ipv6, m, IPSEC_CAP_OPERABLE) == 0) in ip6_input() 736 IPSEC_CAPS(ipv6, m, IPSEC_CAP_BYPASS_FILTER) != 0) in ip6_input()
|