Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipsec_mod.c73 const struct ipsec_support * const ipv4_ipsec_support = &ipv4_ipsec; variable
115 ipsec_support_enable(ipv4_ipsec_support, &ipv4_methods); in ipsec_modevent()
126 ipsec_support_disable(ipv4_ipsec_support); in ipsec_modevent()
H A Dipsec_support.h153 extern const struct ipsec_support * const ipv4_ipsec_support;
183 extern struct ipsec_support * const ipv4_ipsec_support;
H A Dsubr_ipsec.c320 struct ipsec_support * const ipv4_ipsec_support = &ipv4_ipsec; variable