Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipsec_mod.c95 const struct ipsec_support * const ipv6_ipsec_support = &ipv6_ipsec; variable
118 ipsec_support_enable(ipv6_ipsec_support, &ipv6_methods); in ipsec_modevent()
129 ipsec_support_disable(ipv6_ipsec_support); in ipsec_modevent()
H A Dipsec_support.h154 extern const struct ipsec_support * const ipv6_ipsec_support;
184 extern struct ipsec_support * const ipv6_ipsec_support;
H A Dsubr_ipsec.c328 struct ipsec_support * const ipv6_ipsec_support = &ipv6_ipsec; variable