Home
last modified time | relevance | path

Searched refs:IPSEC_CAPS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netipsec/
H A Dipsec_support.h166 #define IPSEC_CAPS(proto, m, ...) \ macro
220 #define IPSEC_CAPS(proto, ...) \ macro
/freebsd/sys/netinet/
H A Dip_input.c578 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 Dip6_input.c704 IPSEC_CAPS(ipv6, m, IPSEC_CAP_OPERABLE) == 0) in ip6_input()
719 IPSEC_CAPS(ipv6, m, IPSEC_CAP_BYPASS_FILTER) != 0) in ip6_input()