Searched refs:ipv4_ipsec_support (Results 1 – 3 of 3) sorted by relevance
120 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)
75 const struct ipsec_support * const ipv4_ipsec_support = &ipv4_ipsec; variable114 ipsec_support_enable(ipv4_ipsec_support, &ipv4_methods); in ipsec_modevent()125 ipsec_support_disable(ipv4_ipsec_support); in ipsec_modevent()
333 struct ipsec_support * const ipv4_ipsec_support = &ipv4_ipsec; variable