Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dipsec_support.h120 extern const struct ipsec_support * const ipv4_ipsec_support;
139 (*ipv4_ipsec_support->methods->udp_input)(m, __VA_ARGS__)
141 (*ipv4_ipsec_support->methods->udp_pcbctl)(inp, sopt)
148 extern struct ipsec_support * const ipv4_ipsec_support;
170 ipsec_kmod_udp_input(ipv4_ipsec_support, m, __VA_ARGS__)
172 ipsec_kmod_udp_pcbctl(ipv4_ipsec_support, inp, sopt)
H A Dipsec_mod.c75 const struct ipsec_support * const ipv4_ipsec_support = &ipv4_ipsec; variable
114 ipsec_support_enable(ipv4_ipsec_support, &ipv4_methods); in ipsec_modevent()
125 ipsec_support_disable(ipv4_ipsec_support); in ipsec_modevent()
H A Dsubr_ipsec.c333 struct ipsec_support * const ipv4_ipsec_support = &ipv4_ipsec; variable