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 | 603 IPSEC_CAPS(ipv4, m, IPSEC_CAP_OPERABLE) == 0) in ip_input() 624 IPSEC_CAPS(ipv4, m, IPSEC_CAP_BYPASS_FILTER) != 0) in ip_input()
|
| /freebsd/sys/netinet6/ |
| H A D | ip6_input.c | 698 IPSEC_CAPS(ipv6, m, IPSEC_CAP_OPERABLE) == 0) in ip6_input() 713 IPSEC_CAPS(ipv6, m, IPSEC_CAP_BYPASS_FILTER) != 0) in ip6_input()
|