Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dipsec_mod.c94 const struct ipsec_support * const ipv6_ipsec_support = &ipv6_ipsec; variable
117 ipsec_support_enable(ipv6_ipsec_support, &ipv6_methods); in ipsec_modevent()
128 ipsec_support_disable(ipv6_ipsec_support); in ipsec_modevent()
H A Dipsec_support.h121 extern const struct ipsec_support * const ipv6_ipsec_support;
149 extern struct ipsec_support * const ipv6_ipsec_support;
H A Dsubr_ipsec.c351 struct ipsec_support * const ipv6_ipsec_support = &ipv6_ipsec; variable